Shades of Mantis #81CB40
Tints of Mantis #81CB40
RGB
CMYK
RGB Variations
Color information
#81CB40 (or 0x81CB40) is known color: Mantis. HEX triplet: 81, CB and 40. RGB value is (129,203,64). Sum of RGB (Red+Green+Blue) = 129+203+64=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CB40 is #7E34BF. Grayscale: #A5A5A5. Windows color (decimal): -8271040 or 4246401. OLE color: 4246401.
HSL color Cylindrical-coordinate representation of color #81CB40: hue angle of 91.94º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #81CB40 is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 64 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.20 |
| HSL | 91.94º | 0.57% | 0.52% | - |
| HSV(B) | 91.94º | 0.68% | 0.8% | - |
| XYZ | 31.33 | 47.75 | 12.42 | - |
| YUV | 165.03 | 70.98 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 64 | 0.36 | 0 | 0.68 | 0.20 | 91.94 | 0.57 | 0.52 |
| Hex | 81 | CB | 40 | 24 | 0 | 44 | 14 | 5C | 39 | 34 |
| Octal | 201 | 313 | 100 | 44 | 0 | 104 | 24 | 134 | 71 | 64 |
| Binary | 10000001 | 11001011 | 1000000 | 100100 | 0 | 1000100 | 10100 | 1011100 | 111001 | 110100 |
Color Harmonies of #81CB40
Complementary color
Monochromatic Colors of #81CB40
Black with #81CB40
Text Example
Text Example
White with #81CB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB40; }
p { color: rgb(129,203,64); }
H1.HeaderClassName
{
color: #81CB40;
}
.AnyTagClassName
{
color: #81CB40;
}
</style>
background-color css
<style>
a { background-color: #81CB40; }
a { background-color: rgb(129,203,64); }
div.DivClassName
{
background-color: #81CB40;
}
.BgClassName
{
background-color: #81CB40;
}
</style>
border-color css
<style>
span { border-color: #81CB40; }
span { border-color: rgb(129,203,64); }
td.TdClassName
{
border-color: #81CB40;
}
.TagClassName
{
border-color: #81CB40;
}
</style>