#8ED256

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

Shades of Mantis #8ED256

Tints of Mantis #8ED256

Color information

#8ED256 (or 0x8ED256) is unknown color: approx Mantis. HEX triplet: 8E, D2 and 56. RGB value is (142,210,86). Sum of RGB (Red+Green+Blue) = 142+210+86=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED256 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED256 is #712DA9. Grayscale: #AFAFAF. Windows color (decimal): -7417258 or 5689998. OLE color: 5689998.

HSL color Cylindrical-coordinate representation of color #8ED256: hue angle of 92.9º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8ED256 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.18.

Color convert

RGB14221086-
CMYK0.3200.590.18
HSL92.9º57.94%58.04%-
HSV(B)92.9º59.05%82.35%-
XYZ35.8852.5217.05-
YUV175.5377.47104.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.42%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=32.42%
G=47.95%
B=19.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal142210860.3200.590.1892.957.9458.04
Hex8ED2562003B125d3a3a
Octal21632212640073221357272
Binary100011101101001010101101000000111011100101011101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ED256; }

 p { color: rgb(142,210,86); }

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

<style>
 a { background-color: #8ED256; }

 a { background-color: rgb(142,210,86); }

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

<style>
 span { border-color: #8ED256; }

 span { border-color: rgb(142,210,86); }

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