#86CC5C

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

Shades of Mantis #86CC5C

Tints of Mantis #86CC5C

Color information

#86CC5C (or 0x86CC5C) is unknown color: approx Mantis. HEX triplet: 86, CC and 5C. RGB value is (134,204,92). Sum of RGB (Red+Green+Blue) = 134+204+92=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC5C is #7933A3. Grayscale: #AAAAAA. Windows color (decimal): -7943076 or 6081670. OLE color: 6081670.

HSL color Cylindrical-coordinate representation of color #86CC5C: hue angle of 97.5º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86CC5C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB13420492-
CMYK0.3400.550.2
HSL97.5º52.34%58.04%-
HSV(B)97.5º54.9%80%-
XYZ33.3649.0317.83-
YUV170.383.81102.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.16%
GREEN value IS 204 (80.08% from 255) = 47.44%
BLUE value IS 92 (36.33% from 255) = 21.40%
R=31.16%
G=47.44%
B=21.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal134204920.3400.550.297.552.3458.04
Hex86CC5C220371462343a
Octal20631413442067241426472
Binary100001101100110010111001000100110111101001100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,92); }

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

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

 a { background-color: rgb(134,204,92); }

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

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

 span { border-color: rgb(134,204,92); }

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