#8EDD56

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

Shades of Mantis #8EDD56

Tints of Mantis #8EDD56

Color information

#8EDD56 (or 0x8EDD56) is unknown color: approx Mantis. HEX triplet: 8E, DD and 56. RGB value is (142,221,86). Sum of RGB (Red+Green+Blue) = 142+221+86=449 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.63% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 86 (33.98% from 255 or 19.15% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD56 is #7122A9. Grayscale: #B6B6B6. Windows color (decimal): -7414442 or 5692814. OLE color: 5692814.

HSL color Cylindrical-coordinate representation of color #8EDD56: hue angle of 95.11º degrees, saturation: 0.67, 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 #8EDD56 is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB14222186-
CMYK0.3600.610.13
HSL95.11º66.5%60.2%-
HSV(B)95.11º61.09%86.67%-
XYZ38.6958.1417.99-
YUV181.9973.8399.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.63%
GREEN value IS 221 (86.72% from 255) = 49.22%
BLUE value IS 86 (33.98% from 255) = 19.15%
R=31.63%
G=49.22%
B=19.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142221860.3600.610.1395.1166.560.2
Hex8EDD562403DD5f433c
Octal216335126440751513710374
Binary100011101101110110101101001000111101110110111111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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