#8edc53

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

Shades of Mantis #8EDC53

Tints of Mantis #8EDC53

Color information

#8EDC53 (or 0x8EDC53) is unknown color: approx Mantis. HEX triplet: 8E, DC and 53. RGB value is (142,220,83). Sum of RGB (Red+Green+Blue) = 142+220+83=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDC53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDC53 is #7123AC. Grayscale: #B5B5B5. Windows color (decimal): -7414701 or 5495950. OLE color: 5495950.

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

Color convert

RGB14222083-
CMYK0.3500.620.14
HSL94.16º66.18%59.41%-
HSV(B)94.16º62.27%86.27%-
XYZ38.3157.5617.27-
YUV181.0672.66100.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 31.91%
GREEN value IS 220 (86.33% from 255) = 49.44%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=31.91%
G=49.44%
B=18.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal142220830.3500.620.1494.1666.1859.41
Hex8EDC532303EE5e423b
Octal216334123430761613610273
Binary100011101101110010100111000110111110111010111101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8edc53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,83); }

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

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

 a { background-color: rgb(142,220,83); }

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

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

 span { border-color: rgb(142,220,83); }

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