#8DD552

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

Shades of Mantis #8DD552

Tints of Mantis #8DD552

Color information

#8DD552 (or 0x8DD552) is unknown color: approx Mantis. HEX triplet: 8D, D5 and 52. RGB value is (141,213,82). Sum of RGB (Red+Green+Blue) = 141+213+82=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #8DD552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD552 is #722AAD. Grayscale: #B0B0B0. Windows color (decimal): -7482030 or 5428621. OLE color: 5428621.

HSL color Cylindrical-coordinate representation of color #8DD552: hue angle of 92.98º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DD552 is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB14121382-
CMYK0.3400.620.16
HSL92.98º60.93%57.84%-
HSV(B)92.98º61.5%83.53%-
XYZ36.353.8616.47-
YUV176.5474.65102.65-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 213 (83.59% from 255) = 48.85%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=32.34%
G=48.85%
B=18.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141213820.3400.620.1692.9860.9357.84
Hex8DD5522203E105d3d3a
Octal21532512242076201357572
Binary100011011101010110100101000100111110100001011101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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