Shades of Mantis #8DDA52
Tints of Mantis #8DDA52
RGB
CMYK
RGB Variations
Color information
#8DDA52 (or 0x8DDA52) is known color: Mantis. HEX triplet: 8D, DA and 52. RGB value is (141,218,82). Sum of RGB (Red+Green+Blue) = 141+218+82=441 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.97% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDA52 is #7225AD. Grayscale: #B3B3B3. Windows color (decimal): -7480750 or 5429901. OLE color: 5429901.
HSL color Cylindrical-coordinate representation of color #8DDA52: hue angle of 93.97º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DDA52 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 82 | - |
| CMYK | 0.35 | 0 | 0.62 | 0.15 |
| HSL | 93.97º | 0.65% | 0.59% | - |
| HSV(B) | 93.97º | 0.62% | 0.85% | - |
| XYZ | 37.58 | 56.41 | 16.89 | - |
| YUV | 179.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 82 | 0.35 | 0 | 0.62 | 0.15 | 93.97 | 0.65 | 0.59 |
| Hex | 8D | DA | 52 | 23 | 0 | 3E | F | 5E | 41 | 3B |
| Octal | 215 | 332 | 122 | 43 | 0 | 76 | 17 | 136 | 101 | 73 |
| Binary | 10001101 | 11011010 | 1010010 | 100011 | 0 | 111110 | 1111 | 1011110 | 1000001 | 111011 |
Color Harmonies of #8DDA52
Complementary color
Monochromatic Colors of #8DDA52
Black with #8DDA52
Text Example
Text Example
White with #8DDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDA52; }
p { color: rgb(141,218,82); }
H1.HeaderClassName
{
color: #8DDA52;
}
.AnyTagClassName
{
color: #8DDA52;
}
</style>
background-color css
<style>
a { background-color: #8DDA52; }
a { background-color: rgb(141,218,82); }
div.DivClassName
{
background-color: #8DDA52;
}
.BgClassName
{
background-color: #8DDA52;
}
</style>
border-color css
<style>
span { border-color: #8DDA52; }
span { border-color: rgb(141,218,82); }
td.TdClassName
{
border-color: #8DDA52;
}
.TagClassName
{
border-color: #8DDA52;
}
</style>