Shades of Mantis #81C366
Tints of Mantis #81C366
RGB
CMYK
RGB Variations
Color information
#81C366 (or 0x81C366) is known color: Mantis. HEX triplet: 81, C3 and 66. RGB value is (129,195,102). Sum of RGB (Red+Green+Blue) = 129+195+102=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #81C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C366 is #7E3C99. Grayscale: #A4A4A4. Windows color (decimal): -8273050 or 6734721. OLE color: 6734721.
HSL color Cylindrical-coordinate representation of color #81C366: hue angle of 102.58º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C366 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 102 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.24 |
| HSL | 102.58º | 0.44% | 0.58% | - |
| HSV(B) | 102.58º | 0.48% | 0.76% | - |
| XYZ | 30.97 | 44.66 | 19.56 | - |
| YUV | 164.66 | 92.63 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 102 | 0.34 | 0 | 0.48 | 0.24 | 102.58 | 0.44 | 0.58 |
| Hex | 81 | C3 | 66 | 22 | 0 | 30 | 18 | 67 | 2C | 3A |
| Octal | 201 | 303 | 146 | 42 | 0 | 60 | 30 | 147 | 54 | 72 |
| Binary | 10000001 | 11000011 | 1100110 | 100010 | 0 | 110000 | 11000 | 1100111 | 101100 | 111010 |
Color Harmonies of #81C366
Complementary color
Monochromatic Colors of #81C366
Black with #81C366
Text Example
Text Example
White with #81C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C366; }
p { color: rgb(129,195,102); }
H1.HeaderClassName
{
color: #81C366;
}
.AnyTagClassName
{
color: #81C366;
}
</style>
background-color css
<style>
a { background-color: #81C366; }
a { background-color: rgb(129,195,102); }
div.DivClassName
{
background-color: #81C366;
}
.BgClassName
{
background-color: #81C366;
}
</style>
border-color css
<style>
span { border-color: #81C366; }
span { border-color: rgb(129,195,102); }
td.TdClassName
{
border-color: #81C366;
}
.TagClassName
{
border-color: #81C366;
}
</style>