Shades of Mantis #81CC64
Tints of Mantis #81CC64
RGB
CMYK
RGB Variations
Color information
#81CC64 (or 0x81CC64) is known color: Mantis. HEX triplet: 81, CC and 64. RGB value is (129,204,100). Sum of RGB (Red+Green+Blue) = 129+204+100=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC64 is #7E339B. Grayscale: #AAAAAA. Windows color (decimal): -8270748 or 6605953. OLE color: 6605953.
HSL color Cylindrical-coordinate representation of color #81CC64: hue angle of 103.27º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81CC64 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 100 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.2 |
| HSL | 103.27º | 0.5% | 0.6% | - |
| HSV(B) | 103.27º | 0.51% | 0.8% | - |
| XYZ | 32.95 | 48.77 | 19.73 | - |
| YUV | 169.72 | 88.65 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 100 | 0.37 | 0 | 0.51 | 0.2 | 103.27 | 0.5 | 0.6 |
| Hex | 81 | CC | 64 | 25 | 0 | 33 | 14 | 67 | 32 | 3C |
| Octal | 201 | 314 | 144 | 45 | 0 | 63 | 24 | 147 | 62 | 74 |
| Binary | 10000001 | 11001100 | 1100100 | 100101 | 0 | 110011 | 10100 | 1100111 | 110010 | 111100 |
Color Harmonies of #81CC64
Complementary color
Monochromatic Colors of #81CC64
Black with #81CC64
Text Example
Text Example
White with #81CC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC64; }
p { color: rgb(129,204,100); }
H1.HeaderClassName
{
color: #81CC64;
}
.AnyTagClassName
{
color: #81CC64;
}
</style>
background-color css
<style>
a { background-color: #81CC64; }
a { background-color: rgb(129,204,100); }
div.DivClassName
{
background-color: #81CC64;
}
.BgClassName
{
background-color: #81CC64;
}
</style>
border-color css
<style>
span { border-color: #81CC64; }
span { border-color: rgb(129,204,100); }
td.TdClassName
{
border-color: #81CC64;
}
.TagClassName
{
border-color: #81CC64;
}
</style>