Shades of Mantis #81CC66
Tints of Mantis #81CC66
RGB
CMYK
RGB Variations
Color information
#81CC66 (or 0x81CC66) is known color: Mantis. HEX triplet: 81, CC and 66. RGB value is (129,204,102). Sum of RGB (Red+Green+Blue) = 129+204+102=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC66 is #7E3399. Grayscale: #AAAAAA. Windows color (decimal): -8270746 or 6737025. OLE color: 6737025.
HSL color Cylindrical-coordinate representation of color #81CC66: hue angle of 104.12º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81CC66 is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 102 | - |
| CMYK | 0.37 | 0 | 0.5 | 0.2 |
| HSL | 104.12º | 0.5% | 0.6% | - |
| HSV(B) | 104.12º | 0.5% | 0.8% | - |
| XYZ | 33.04 | 48.81 | 20.25 | - |
| YUV | 169.95 | 89.65 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 102 | 0.37 | 0 | 0.5 | 0.2 | 104.12 | 0.5 | 0.6 |
| Hex | 81 | CC | 66 | 25 | 0 | 32 | 14 | 68 | 32 | 3C |
| Octal | 201 | 314 | 146 | 45 | 0 | 62 | 24 | 150 | 62 | 74 |
| Binary | 10000001 | 11001100 | 1100110 | 100101 | 0 | 110010 | 10100 | 1101000 | 110010 | 111100 |
Color Harmonies of #81CC66
Complementary color
Monochromatic Colors of #81CC66
Black with #81CC66
Text Example
Text Example
White with #81CC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC66; }
p { color: rgb(129,204,102); }
H1.HeaderClassName
{
color: #81CC66;
}
.AnyTagClassName
{
color: #81CC66;
}
</style>
background-color css
<style>
a { background-color: #81CC66; }
a { background-color: rgb(129,204,102); }
div.DivClassName
{
background-color: #81CC66;
}
.BgClassName
{
background-color: #81CC66;
}
</style>
border-color css
<style>
span { border-color: #81CC66; }
span { border-color: rgb(129,204,102); }
td.TdClassName
{
border-color: #81CC66;
}
.TagClassName
{
border-color: #81CC66;
}
</style>