#8EDB66

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

Shades of Mantis #8EDB66

Tints of Mantis #8EDB66

Color information

#8EDB66 (or 0x8EDB66) is unknown color: approx Mantis. HEX triplet: 8E, DB and 66. RGB value is (142,219,102). Sum of RGB (Red+Green+Blue) = 142+219+102=463 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.67% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB66 is #712499. Grayscale: #B7B7B7. Windows color (decimal): -7414938 or 6740878. OLE color: 6740878.

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

Color convert

RGB142219102-
CMYK0.3500.530.14
HSL99.49º61.9%62.94%-
HSV(B)99.49º53.42%85.88%-
XYZ38.8957.3721.6-
YUV182.6482.4999.01-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.67%
GREEN value IS 219 (85.94% from 255) = 47.30%
BLUE value IS 102 (40.23% from 255) = 22.03%
R=30.67%
G=47.30%
B=22.03%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191020.3500.530.1499.4961.962.94
Hex8EDB6623035E633e3f
Octal21633314643065161437677
Binary10001110110110111100110100011011010111101100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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