#8DC052

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

Shades of Mantis #8DC052

Tints of Mantis #8DC052

Color information

#8DC052 (or 0x8DC052) is unknown color: approx Mantis. HEX triplet: 8D, C0 and 52. RGB value is (141,192,82). Sum of RGB (Red+Green+Blue) = 141+192+82=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 82 (32.42% from 255 or 19.76% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #8DC052 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DC052 is #723FAD. Grayscale: #A4A4A4. Windows color (decimal): -7487406 or 5423245. OLE color: 5423245.

HSL color Cylindrical-coordinate representation of color #8DC052: hue angle of 87.82º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8DC052 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB14119282-
CMYK0.2700.570.25
HSL87.82º46.61%53.73%-
HSV(B)87.82º57.29%75.29%-
XYZ31.3643.9714.82-
YUV164.2181.6111.44-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.98%
GREEN value IS 192 (75.39% from 255) = 46.27%
BLUE value IS 82 (32.42% from 255) = 19.76%
R=33.98%
G=46.27%
B=19.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141192820.2700.570.2587.8246.6153.73
Hex8DC0521B03919582f36
Octal21530012233071311305766
Binary10001101110000001010010110110111001110011011000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,192,82); }

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

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

 a { background-color: rgb(141,192,82); }

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

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

 span { border-color: rgb(141,192,82); }

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