#8edb52

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

Shades of Mantis #8EDB52

Tints of Mantis #8EDB52

Color information

#8EDB52 (or 0x8EDB52) is unknown color: approx Mantis. HEX triplet: 8E, DB and 52. RGB value is (142,219,82). Sum of RGB (Red+Green+Blue) = 142+219+82=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDB52 is #7124AD. Grayscale: #B4B4B4. Windows color (decimal): -7414958 or 5430158. OLE color: 5430158.

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

Color convert

RGB14221982-
CMYK0.3500.630.14
HSL93.72º65.55%59.02%-
HSV(B)93.72º62.56%85.88%-
XYZ38.0157.0216.99-
YUV180.3672.49100.64-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 219 (85.94% from 255) = 49.44%
BLUE value IS 82 (32.42% from 255) = 18.51%
R=32.05%
G=49.44%
B=18.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142219820.3500.630.1493.7265.5559.02
Hex8EDB522303FE5e423b
Octal216333122430771613610273
Binary100011101101101110100101000110111111111010111101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8edb52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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