#86E65B

Color #86E65B Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #86E65B

Tints of Mantis #86E65B

Color information

#86E65B (or 0x86E65B) is unknown color: approx Mantis. HEX triplet: 86, E6 and 5B. RGB value is (134,230,91). Sum of RGB (Red+Green+Blue) = 134+230+91=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #86E65B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #86E65B is #7919A4. Grayscale: #B9B9B9. Windows color (decimal): -7936421 or 6022790. OLE color: 6022790.

HSL color Cylindrical-coordinate representation of color #86E65B: hue angle of 101.44º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86E65B is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB13423091-
CMYK0.4200.600.10
HSL101.44º73.54%62.94%-
HSV(B)101.44º60.43%90.2%-
XYZ40.0262.4219.84-
YUV185.4574.791.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 230 (90.23% from 255) = 50.55%
BLUE value IS 91 (35.94% from 255) = 20%
R=29.45%
G=50.55%
B=20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134230910.4200.600.10101.4473.5462.94
Hex86E65B2A03CA654a3f
Octal206346133520741214511277
Binary100001101110011010110111010100111100101011001011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E65B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86E65B; }

 p { color: rgb(134,230,91); }

 H1.HeaderClassName
 {
   color: #86E65B;
 }
 .AnyTagClassName
 {
   color: #86E65B;
 }
</style>
background-color css

<style>
 a { background-color: #86E65B; }

 a { background-color: rgb(134,230,91); }

 div.DivClassName
 {
   background-color: #86E65B;
 }
 .BgClassName
 {
   background-color: #86E65B;
 }
</style>
border-color css

<style>
 span { border-color: #86E65B; }

 span { border-color: rgb(134,230,91); }

 td.TdClassName
 {
   border-color: #86E65B;
 }
 .TagClassName
 {
   border-color: #86E65B;
 }
</style>