#86CB58

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

Shades of Mantis #86CB58

Tints of Mantis #86CB58

Color information

#86CB58 (or 0x86CB58) is unknown color: approx Mantis. HEX triplet: 86, CB and 58. RGB value is (134,203,88). Sum of RGB (Red+Green+Blue) = 134+203+88=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 203 (79.69% from 255 or 47.76% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB58 is #7934A7. Grayscale: #A9A9A9. Windows color (decimal): -7943336 or 5819270. OLE color: 5819270.

HSL color Cylindrical-coordinate representation of color #86CB58: hue angle of 96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #86CB58 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB13420388-
CMYK0.3400.570.20
HSL96º52.51%57.06%-
HSV(B)96º56.65%79.61%-
XYZ32.9548.4816.85-
YUV169.2682.14102.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 203 (79.69% from 255) = 47.76%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=31.53%
G=47.76%
B=20.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134203880.3400.570.209652.5157.06
Hex86CB582203914603539
Octal20631313042071241406571
Binary100001101100101110110001000100111001101001100000110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,203,88); }

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

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

 a { background-color: rgb(134,203,88); }

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

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

 span { border-color: rgb(134,203,88); }

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