#86dd63

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

Shades of Mantis #86DD63

Tints of Mantis #86DD63

Color information

#86DD63 (or 0x86DD63) is unknown color: approx Mantis. HEX triplet: 86, DD and 63. RGB value is (134,221,99). Sum of RGB (Red+Green+Blue) = 134+221+99=454 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.52% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 99 (39.06% from 255 or 21.81% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD63 is #79229C. Grayscale: #B5B5B5. Windows color (decimal): -7938717 or 6544774. OLE color: 6544774.

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

Color convert

RGB13422199-
CMYK0.3900.550.13
HSL102.79º64.21%62.75%-
HSV(B)102.79º55.2%86.67%-
XYZ37.9457.6820.94-
YUV181.0881.6894.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.52%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 99 (39.06% from 255) = 21.81%
R=29.52%
G=48.68%
B=21.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221990.3900.550.13102.7964.2162.75
Hex86DD6327037D67403f
Octal206335143470671514710077
Binary100001101101110111000111001110110111110111001111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86dd63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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