#8EDB60

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

Shades of Mantis #8EDB60

Tints of Mantis #8EDB60

Color information

#8EDB60 (or 0x8EDB60) is unknown color: approx Mantis. HEX triplet: 8E, DB and 60. RGB value is (142,219,96). Sum of RGB (Red+Green+Blue) = 142+219+96=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 219 (85.94% from 255 or 47.92% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB60 is #71249F. Grayscale: #B6B6B6. Windows color (decimal): -7414944 or 6347662. OLE color: 6347662.

HSL color Cylindrical-coordinate representation of color #8EDB60: hue angle of 97.56º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EDB60 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB14221996-
CMYK0.3500.560.14
HSL97.56º63.08%61.76%-
HSV(B)97.56º56.16%85.88%-
XYZ38.657.2620.08-
YUV181.9679.4999.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.07%
GREEN value IS 219 (85.94% from 255) = 47.92%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=31.07%
G=47.92%
B=21.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142219960.3500.560.1497.5663.0861.76
Hex8EDB6023038E623f3e
Octal21633314043070161427776
Binary10001110110110111100000100011011100011101100010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,219,96); }

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

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

 a { background-color: rgb(142,219,96); }

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

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

 span { border-color: rgb(142,219,96); }

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