#86E057

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

Shades of Mantis #86E057

Tints of Mantis #86E057

Color information

#86E057 (or 0x86E057) is unknown color: approx Mantis. HEX triplet: 86, E0 and 57. RGB value is (134,224,87). Sum of RGB (Red+Green+Blue) = 134+224+87=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #86E057 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86E057 is #791FA8. Grayscale: #B5B5B5. Windows color (decimal): -7937961 or 5759110. OLE color: 5759110.

HSL color Cylindrical-coordinate representation of color #86E057: hue angle of 99.42º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86E057 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.

Color convert

RGB13422487-
CMYK0.4000.610.12
HSL99.42º68.84%60.98%-
HSV(B)99.42º61.16%87.84%-
XYZ38.2159.0718.4-
YUV181.4774.6894.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 87 (34.38% from 255) = 19.55%
R=30.11%
G=50.34%
B=19.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal134224870.4000.610.1299.4268.8460.98
Hex86E0572803DC63453d
Octal206340127500751414310575
Binary100001101110000010101111010000111101110011000111000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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