#86DD57

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

Shades of Mantis #86DD57

Tints of Mantis #86DD57

Color information

#86DD57 (or 0x86DD57) is unknown color: approx Mantis. HEX triplet: 86, DD and 57. RGB value is (134,221,87). Sum of RGB (Red+Green+Blue) = 134+221+87=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 87 (34.38% from 255 or 19.68% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86DD57 is #7922A8. Grayscale: #B4B4B4. Windows color (decimal): -7938729 or 5758342. OLE color: 5758342.

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

Color convert

RGB13422187-
CMYK0.3900.610.13
HSL98.96º66.34%60.39%-
HSV(B)98.96º60.63%86.67%-
XYZ37.4157.4718.14-
YUV179.7175.6895.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 87 (34.38% from 255) = 19.68%
R=30.32%
G=50%
B=19.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221870.3900.610.1398.9666.3460.39
Hex86DD572703DD63423c
Octal206335127470751514310274
Binary100001101101110110101111001110111101110111000111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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