#8EDB65

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

Shades of Mantis #8EDB65

Tints of Mantis #8EDB65

Color information

#8EDB65 (or 0x8EDB65) is unknown color: approx Mantis. HEX triplet: 8E, DB and 65. RGB value is (142,219,101). Sum of RGB (Red+Green+Blue) = 142+219+101=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 101 (39.84% from 255 or 21.86% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB65 is #71249A. Grayscale: #B6B6B6. Windows color (decimal): -7414939 or 6675342. OLE color: 6675342.

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

Color convert

RGB142219101-
CMYK0.3500.540.14
HSL99.15º62.11%62.75%-
HSV(B)99.15º53.88%85.88%-
XYZ38.8457.3521.34-
YUV182.5281.9999.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 219 (85.94% from 255) = 47.40%
BLUE value IS 101 (39.84% from 255) = 21.86%
R=30.74%
G=47.40%
B=21.86%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191010.3500.540.1499.1562.1162.75
Hex8EDB6523036E633e3f
Octal21633314543066161437677
Binary10001110110110111100101100011011011011101100011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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