#86D655

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

Shades of Mantis #86D655

Tints of Mantis #86D655

Color information

#86D655 (or 0x86D655) is unknown color: approx Mantis. HEX triplet: 86, D6 and 55. RGB value is (134,214,85). Sum of RGB (Red+Green+Blue) = 134+214+85=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #86D655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D655 is #7929AA. Grayscale: #AFAFAF. Windows color (decimal): -7940523 or 5625478. OLE color: 5625478.

HSL color Cylindrical-coordinate representation of color #86D655: hue angle of 97.21º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86D655 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB13421485-
CMYK0.3700.600.16
HSL97.21º61.14%58.63%-
HSV(B)97.21º60.28%83.92%-
XYZ35.5253.8217.11-
YUV175.377798.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.95%
GREEN value IS 214 (83.98% from 255) = 49.42%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=30.95%
G=49.42%
B=19.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal134214850.3700.600.1697.2161.1458.63
Hex86D6552503C10613d3b
Octal20632612545074201417573
Binary100001101101011010101011001010111100100001100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,214,85); }

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

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

 a { background-color: rgb(134,214,85); }

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

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

 span { border-color: rgb(134,214,85); }

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