#8EDA5E

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

Shades of Mantis #8EDA5E

Tints of Mantis #8EDA5E

Color information

#8EDA5E (or 0x8EDA5E) is unknown color: approx Mantis. HEX triplet: 8E, DA and 5E. RGB value is (142,218,94). Sum of RGB (Red+Green+Blue) = 142+218+94=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 218 (85.55% from 255 or 48.02% from 454); Blue value is 94 (37.11% from 255 or 20.70% from 454); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDA5E is #7125A1. Grayscale: #B5B5B5. Windows color (decimal): -7415202 or 6216334. OLE color: 6216334.

HSL color Cylindrical-coordinate representation of color #8EDA5E: hue angle of 96.77º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8EDA5E is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB14221894-
CMYK0.3500.570.15
HSL96.77º62.63%61.18%-
HSV(B)96.77º56.88%85.49%-
XYZ38.2556.719.52-
YUV181.1478.82100.08-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.28%
GREEN value IS 218 (85.55% from 255) = 48.02%
BLUE value IS 94 (37.11% from 255) = 20.70%
R=31.28%
G=48.02%
B=20.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal142218940.3500.570.1596.7762.6361.18
Hex8EDA5E23039F613f3d
Octal21633213643071171417775
Binary10001110110110101011110100011011100111111100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,94); }

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

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

 a { background-color: rgb(142,218,94); }

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

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

 span { border-color: rgb(142,218,94); }

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