Shades of Mantis #81C06B
Tints of Mantis #81C06B
RGB
CMYK
RGB Variations
Color information
#81C06B (or 0x81C06B) is known color: Mantis. HEX triplet: 81, C0 and 6B. RGB value is (129,192,107). Sum of RGB (Red+Green+Blue) = 129+192+107=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #81C06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C06B is #7E3F94. Grayscale: #A3A3A3. Windows color (decimal): -8273813 or 7061633. OLE color: 7061633.
HSL color Cylindrical-coordinate representation of color #81C06B: hue angle of 104.47º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #81C06B is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 107 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.25 |
| HSL | 104.47º | 0.4% | 0.59% | - |
| HSV(B) | 104.47º | 0.44% | 0.75% | - |
| XYZ | 30.56 | 43.43 | 20.68 | - |
| YUV | 163.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 107 | 0.33 | 0 | 0.44 | 0.25 | 104.47 | 0.4 | 0.59 |
| Hex | 81 | C0 | 6B | 21 | 0 | 2C | 19 | 68 | 28 | 3B |
| Octal | 201 | 300 | 153 | 41 | 0 | 54 | 31 | 150 | 50 | 73 |
| Binary | 10000001 | 11000000 | 1101011 | 100001 | 0 | 101100 | 11001 | 1101000 | 101000 | 111011 |
Color Harmonies of #81C06B
Complementary color
Monochromatic Colors of #81C06B
Black with #81C06B
Text Example
Text Example
White with #81C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C06B; }
p { color: rgb(129,192,107); }
H1.HeaderClassName
{
color: #81C06B;
}
.AnyTagClassName
{
color: #81C06B;
}
</style>
background-color css
<style>
a { background-color: #81C06B; }
a { background-color: rgb(129,192,107); }
div.DivClassName
{
background-color: #81C06B;
}
.BgClassName
{
background-color: #81C06B;
}
</style>
border-color css
<style>
span { border-color: #81C06B; }
span { border-color: rgb(129,192,107); }
td.TdClassName
{
border-color: #81C06B;
}
.TagClassName
{
border-color: #81C06B;
}
</style>