Shades of Mantis #81CC67
Tints of Mantis #81CC67
RGB
CMYK
RGB Variations
Color information
#81CC67 (or 0x81CC67) is known color: Mantis. HEX triplet: 81, CC and 67. RGB value is (129,204,103). Sum of RGB (Red+Green+Blue) = 129+204+103=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC67 is #7E3398. Grayscale: #AAAAAA. Windows color (decimal): -8270745 or 6802561. OLE color: 6802561.
HSL color Cylindrical-coordinate representation of color #81CC67: hue angle of 104.55º 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 #81CC67 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 103 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.2 |
| HSL | 104.55º | 0.5% | 0.6% | - |
| HSV(B) | 104.55º | 0.5% | 0.8% | - |
| XYZ | 33.09 | 48.83 | 20.51 | - |
| YUV | 170.06 | 90.15 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 103 | 0.37 | 0 | 0.50 | 0.2 | 104.55 | 0.5 | 0.6 |
| Hex | 81 | CC | 67 | 25 | 0 | 32 | 14 | 69 | 32 | 3C |
| Octal | 201 | 314 | 147 | 45 | 0 | 62 | 24 | 151 | 62 | 74 |
| Binary | 10000001 | 11001100 | 1100111 | 100101 | 0 | 110010 | 10100 | 1101001 | 110010 | 111100 |
Color Harmonies of #81CC67
Complementary color
Monochromatic Colors of #81CC67
Black with #81CC67
Text Example
Text Example
White with #81CC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC67; }
p { color: rgb(129,204,103); }
H1.HeaderClassName
{
color: #81CC67;
}
.AnyTagClassName
{
color: #81CC67;
}
</style>
background-color css
<style>
a { background-color: #81CC67; }
a { background-color: rgb(129,204,103); }
div.DivClassName
{
background-color: #81CC67;
}
.BgClassName
{
background-color: #81CC67;
}
</style>
border-color css
<style>
span { border-color: #81CC67; }
span { border-color: rgb(129,204,103); }
td.TdClassName
{
border-color: #81CC67;
}
.TagClassName
{
border-color: #81CC67;
}
</style>