Shades of Mantis #81CB68
Tints of Mantis #81CB68
RGB
CMYK
RGB Variations
Color information
#81CB68 (or 0x81CB68) is known color: Mantis. HEX triplet: 81, CB and 68. RGB value is (129,203,104). Sum of RGB (Red+Green+Blue) = 129+203+104=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CB68 is #7E3497. Grayscale: #A9A9A9. Windows color (decimal): -8271000 or 6867841. OLE color: 6867841.
HSL color Cylindrical-coordinate representation of color #81CB68: hue angle of 104.85º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81CB68 is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 104 | - |
| CMYK | 0.36 | 0 | 0.49 | 0.20 |
| HSL | 104.85º | 0.49% | 0.6% | - |
| HSV(B) | 104.85º | 0.49% | 0.8% | - |
| XYZ | 32.91 | 48.38 | 20.7 | - |
| YUV | 169.59 | 90.98 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 104 | 0.36 | 0 | 0.49 | 0.20 | 104.85 | 0.49 | 0.6 |
| Hex | 81 | CB | 68 | 24 | 0 | 31 | 14 | 69 | 31 | 3C |
| Octal | 201 | 313 | 150 | 44 | 0 | 61 | 24 | 151 | 61 | 74 |
| Binary | 10000001 | 11001011 | 1101000 | 100100 | 0 | 110001 | 10100 | 1101001 | 110001 | 111100 |
Color Harmonies of #81CB68
Complementary color
Monochromatic Colors of #81CB68
Black with #81CB68
Text Example
Text Example
White with #81CB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB68; }
p { color: rgb(129,203,104); }
H1.HeaderClassName
{
color: #81CB68;
}
.AnyTagClassName
{
color: #81CB68;
}
</style>
background-color css
<style>
a { background-color: #81CB68; }
a { background-color: rgb(129,203,104); }
div.DivClassName
{
background-color: #81CB68;
}
.BgClassName
{
background-color: #81CB68;
}
</style>
border-color css
<style>
span { border-color: #81CB68; }
span { border-color: rgb(129,203,104); }
td.TdClassName
{
border-color: #81CB68;
}
.TagClassName
{
border-color: #81CB68;
}
</style>