Shades of Mantis #81C566
Tints of Mantis #81C566
RGB
CMYK
RGB Variations
Color information
#81C566 (or 0x81C566) is known color: Mantis. HEX triplet: 81, C5 and 66. RGB value is (129,197,102). Sum of RGB (Red+Green+Blue) = 129+197+102=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #81C566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C566 is #7E3A99. Grayscale: #A6A6A6. Windows color (decimal): -8272538 or 6735233. OLE color: 6735233.
HSL color Cylindrical-coordinate representation of color #81C566: hue angle of 102.95º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C566 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 197 | 102 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.23 |
| HSL | 102.95º | 0.45% | 0.59% | - |
| HSV(B) | 102.95º | 0.48% | 0.77% | - |
| XYZ | 31.42 | 45.56 | 19.71 | - |
| YUV | 165.84 | 91.97 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 197 | 102 | 0.35 | 0 | 0.48 | 0.23 | 102.95 | 0.45 | 0.59 |
| Hex | 81 | C5 | 66 | 23 | 0 | 30 | 17 | 67 | 2D | 3B |
| Octal | 201 | 305 | 146 | 43 | 0 | 60 | 27 | 147 | 55 | 73 |
| Binary | 10000001 | 11000101 | 1100110 | 100011 | 0 | 110000 | 10111 | 1100111 | 101101 | 111011 |
Color Harmonies of #81C566
Complementary color
Monochromatic Colors of #81C566
Black with #81C566
Text Example
Text Example
White with #81C566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C566; }
p { color: rgb(129,197,102); }
H1.HeaderClassName
{
color: #81C566;
}
.AnyTagClassName
{
color: #81C566;
}
</style>
background-color css
<style>
a { background-color: #81C566; }
a { background-color: rgb(129,197,102); }
div.DivClassName
{
background-color: #81C566;
}
.BgClassName
{
background-color: #81C566;
}
</style>
border-color css
<style>
span { border-color: #81C566; }
span { border-color: rgb(129,197,102); }
td.TdClassName
{
border-color: #81C566;
}
.TagClassName
{
border-color: #81C566;
}
</style>