#86DD4F

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

Shades of Mantis #86DD4F

Tints of Mantis #86DD4F

Color information

#86DD4F (or 0x86DD4F) is unknown color: approx Mantis. HEX triplet: 86, DD and 4F. RGB value is (134,221,79). Sum of RGB (Red+Green+Blue) = 134+221+79=434 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.88% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD4F is #7922B0. Grayscale: #B3B3B3. Windows color (decimal): -7938737 or 5234054. OLE color: 5234054.

HSL color Cylindrical-coordinate representation of color #86DD4F: hue angle of 96.76º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #86DD4F is Cyan = 0.39, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB13422179-
CMYK0.3900.640.13
HSL96.76º67.62%58.82%-
HSV(B)96.76º64.25%86.67%-
XYZ37.157.3516.51-
YUV178.871.6896.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.88%
GREEN value IS 221 (86.72% from 255) = 50.92%
BLUE value IS 79 (31.25% from 255) = 18.20%
R=30.88%
G=50.92%
B=18.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221790.3900.640.1396.7667.6258.82
Hex86DD4F27040D61443b
Octal2063351174701001514110473
Binary1000011011011101100111110011101000000110111000011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,221,79); }

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

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

 a { background-color: rgb(134,221,79); }

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

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

 span { border-color: rgb(134,221,79); }

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