#86CE6D

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

Shades of Mantis #86CE6D

Tints of Mantis #86CE6D

Color information

#86CE6D (or 0x86CE6D) is unknown color: approx Mantis. HEX triplet: 86, CE and 6D. RGB value is (134,206,109). Sum of RGB (Red+Green+Blue) = 134+206+109=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CE6D is #793192. Grayscale: #ADADAD. Windows color (decimal): -7942547 or 7196294. OLE color: 7196294.

HSL color Cylindrical-coordinate representation of color #86CE6D: hue angle of 104.54º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86CE6D is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB134206109-
CMYK0.3500.470.19
HSL104.54º49.74%61.76%-
HSV(B)104.54º47.09%80.78%-
XYZ34.6650.3222.35-
YUV173.4191.6599.89-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 206 (80.86% from 255) = 45.88%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=29.84%
G=45.88%
B=24.28%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1342061090.3500.470.19104.5449.7461.76
Hex86CE6D2302F1369323e
Octal20631615543057231516276
Binary100001101100111011011011000110101111100111101001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,206,109); }

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

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

 a { background-color: rgb(134,206,109); }

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

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

 span { border-color: rgb(134,206,109); }

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