Shades of Mantis #81CB6C
Tints of Mantis #81CB6C
RGB
CMYK
RGB Variations
Color information
#81CB6C (or 0x81CB6C) is known color: Mantis. HEX triplet: 81, CB and 6C. RGB value is (129,203,108). Sum of RGB (Red+Green+Blue) = 129+203+108=440 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.32% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 108 (42.58% from 255 or 24.55% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB6C is #7E3493. Grayscale: #AAAAAA. Windows color (decimal): -8270996 or 7129985. OLE color: 7129985.
HSL color Cylindrical-coordinate representation of color #81CB6C: hue angle of 106.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81CB6C is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 108 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.20 |
| HSL | 106.74º | 0.48% | 0.61% | - |
| HSV(B) | 106.74º | 0.47% | 0.8% | - |
| XYZ | 33.12 | 48.46 | 21.8 | - |
| YUV | 170.04 | 92.98 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 108 | 0.36 | 0 | 0.47 | 0.20 | 106.74 | 0.48 | 0.61 |
| Hex | 81 | CB | 6C | 24 | 0 | 2F | 14 | 6B | 30 | 3D |
| Octal | 201 | 313 | 154 | 44 | 0 | 57 | 24 | 153 | 60 | 75 |
| Binary | 10000001 | 11001011 | 1101100 | 100100 | 0 | 101111 | 10100 | 1101011 | 110000 | 111101 |
Color Harmonies of #81CB6C
Complementary color
Monochromatic Colors of #81CB6C
Black with #81CB6C
Text Example
Text Example
White with #81CB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB6C; }
p { color: rgb(129,203,108); }
H1.HeaderClassName
{
color: #81CB6C;
}
.AnyTagClassName
{
color: #81CB6C;
}
</style>
background-color css
<style>
a { background-color: #81CB6C; }
a { background-color: rgb(129,203,108); }
div.DivClassName
{
background-color: #81CB6C;
}
.BgClassName
{
background-color: #81CB6C;
}
</style>
border-color css
<style>
span { border-color: #81CB6C; }
span { border-color: rgb(129,203,108); }
td.TdClassName
{
border-color: #81CB6C;
}
.TagClassName
{
border-color: #81CB6C;
}
</style>