Shades of Mantis #8DDB53
Tints of Mantis #8DDB53
RGB
CMYK
RGB Variations
Color information
#8DDB53 (or 0x8DDB53) is known color: Mantis. HEX triplet: 8D, DB and 53. RGB value is (141,219,83). Sum of RGB (Red+Green+Blue) = 141+219+83=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 219 (85.94% from 255 or 49.44% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDB53 is #7224AC. Grayscale: #B4B4B4. Windows color (decimal): -7480493 or 5495693. OLE color: 5495693.
HSL color Cylindrical-coordinate representation of color #8DDB53: hue angle of 94.41º degrees, saturation: 0.65, 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 #8DDB53 is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 83 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.14 |
| HSL | 94.41º | 0.65% | 0.59% | - |
| HSV(B) | 94.41º | 0.62% | 0.86% | - |
| XYZ | 37.88 | 56.95 | 17.18 | - |
| YUV | 180.17 | 73.16 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 83 | 0.36 | 0 | 0.62 | 0.14 | 94.41 | 0.65 | 0.59 |
| Hex | 8D | DB | 53 | 24 | 0 | 3E | E | 5E | 41 | 3B |
| Octal | 215 | 333 | 123 | 44 | 0 | 76 | 16 | 136 | 101 | 73 |
| Binary | 10001101 | 11011011 | 1010011 | 100100 | 0 | 111110 | 1110 | 1011110 | 1000001 | 111011 |
Color Harmonies of #8DDB53
Complementary color
Monochromatic Colors of #8DDB53
Black with #8DDB53
Text Example
Text Example
White with #8DDB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDB53; }
p { color: rgb(141,219,83); }
H1.HeaderClassName
{
color: #8DDB53;
}
.AnyTagClassName
{
color: #8DDB53;
}
</style>
background-color css
<style>
a { background-color: #8DDB53; }
a { background-color: rgb(141,219,83); }
div.DivClassName
{
background-color: #8DDB53;
}
.BgClassName
{
background-color: #8DDB53;
}
</style>
border-color css
<style>
span { border-color: #8DDB53; }
span { border-color: rgb(141,219,83); }
td.TdClassName
{
border-color: #8DDB53;
}
.TagClassName
{
border-color: #8DDB53;
}
</style>