Shades of Mantis #81DB5D
Tints of Mantis #81DB5D
RGB
CMYK
RGB Variations
Color information
#81DB5D (or 0x81DB5D) is known color: Mantis. HEX triplet: 81, DB and 5D. RGB value is (129,219,93). Sum of RGB (Red+Green+Blue) = 129+219+93=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DB5D is #7E24A2. Grayscale: #B2B2B2. Windows color (decimal): -8266915 or 6151041. OLE color: 6151041.
HSL color Cylindrical-coordinate representation of color #81DB5D: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81DB5D is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 93 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.14 |
| HSL | 102.86º | 0.64% | 0.61% | - |
| HSV(B) | 102.86º | 0.58% | 0.86% | - |
| XYZ | 36.36 | 56.12 | 19.27 | - |
| YUV | 177.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 93 | 0.41 | 0 | 0.58 | 0.14 | 102.86 | 0.64 | 0.61 |
| Hex | 81 | DB | 5D | 29 | 0 | 3A | E | 67 | 40 | 3D |
| Octal | 201 | 333 | 135 | 51 | 0 | 72 | 16 | 147 | 100 | 75 |
| Binary | 10000001 | 11011011 | 1011101 | 101001 | 0 | 111010 | 1110 | 1100111 | 1000000 | 111101 |
Color Harmonies of #81DB5D
Complementary color
Monochromatic Colors of #81DB5D
Black with #81DB5D
Text Example
Text Example
White with #81DB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB5D; }
p { color: rgb(129,219,93); }
H1.HeaderClassName
{
color: #81DB5D;
}
.AnyTagClassName
{
color: #81DB5D;
}
</style>
background-color css
<style>
a { background-color: #81DB5D; }
a { background-color: rgb(129,219,93); }
div.DivClassName
{
background-color: #81DB5D;
}
.BgClassName
{
background-color: #81DB5D;
}
</style>
border-color css
<style>
span { border-color: #81DB5D; }
span { border-color: rgb(129,219,93); }
td.TdClassName
{
border-color: #81DB5D;
}
.TagClassName
{
border-color: #81DB5D;
}
</style>