#8DD252

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

Shades of Mantis #8DD252

Tints of Mantis #8DD252

Color information

#8DD252 (or 0x8DD252) is unknown color: approx Mantis. HEX triplet: 8D, D2 and 52. RGB value is (141,210,82). Sum of RGB (Red+Green+Blue) = 141+210+82=433 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.56% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD252 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD252 is #722DAD. Grayscale: #AFAFAF. Windows color (decimal): -7482798 or 5427853. OLE color: 5427853.

HSL color Cylindrical-coordinate representation of color #8DD252: hue angle of 92.34º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8DD252 is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB14121082-
CMYK0.3300.610.18
HSL92.34º58.72%57.25%-
HSV(B)92.34º60.95%82.35%-
XYZ35.5552.3716.22-
YUV174.7875.64103.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.56%
GREEN value IS 210 (82.42% from 255) = 48.50%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=32.56%
G=48.50%
B=18.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal141210820.3300.610.1892.3458.7257.25
Hex8DD2522103D125c3b39
Octal21532212241075221347371
Binary100011011101001010100101000010111101100101011100111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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