Shades of Mantis #81DB45
Tints of Mantis #81DB45
RGB
CMYK
RGB Variations
Color information
#81DB45 (or 0x81DB45) is known color: Mantis. HEX triplet: 81, DB and 45. RGB value is (129,219,69). Sum of RGB (Red+Green+Blue) = 129+219+69=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 69 (27.34% from 255 or 16.55% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DB45 is #7E24BA. Grayscale: #AFAFAF. Windows color (decimal): -8266939 or 4578177. OLE color: 4578177.
HSL color Cylindrical-coordinate representation of color #81DB45: hue angle of 96º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81DB45 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 69 | - |
| CMYK | 0.41 | 0 | 0.68 | 0.14 |
| HSL | 96º | 0.68% | 0.56% | - |
| HSV(B) | 96º | 0.68% | 0.86% | - |
| XYZ | 35.46 | 55.76 | 14.52 | - |
| YUV | 174.99 | 68.18 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 69 | 0.41 | 0 | 0.68 | 0.14 | 96 | 0.68 | 0.56 |
| Hex | 81 | DB | 45 | 29 | 0 | 44 | E | 60 | 44 | 38 |
| Octal | 201 | 333 | 105 | 51 | 0 | 104 | 16 | 140 | 104 | 70 |
| Binary | 10000001 | 11011011 | 1000101 | 101001 | 0 | 1000100 | 1110 | 1100000 | 1000100 | 111000 |
Color Harmonies of #81DB45
Complementary color
Monochromatic Colors of #81DB45
Black with #81DB45
Text Example
Text Example
White with #81DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB45; }
p { color: rgb(129,219,69); }
H1.HeaderClassName
{
color: #81DB45;
}
.AnyTagClassName
{
color: #81DB45;
}
</style>
background-color css
<style>
a { background-color: #81DB45; }
a { background-color: rgb(129,219,69); }
div.DivClassName
{
background-color: #81DB45;
}
.BgClassName
{
background-color: #81DB45;
}
</style>
border-color css
<style>
span { border-color: #81DB45; }
span { border-color: rgb(129,219,69); }
td.TdClassName
{
border-color: #81DB45;
}
.TagClassName
{
border-color: #81DB45;
}
</style>