Shades of Mantis #81C768
Tints of Mantis #81C768
RGB
CMYK
RGB Variations
Color information
#81C768 (or 0x81C768) is known color: Mantis. HEX triplet: 81, C7 and 68. RGB value is (129,199,104). Sum of RGB (Red+Green+Blue) = 129+199+104=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #81C768 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C768 is #7E3897. Grayscale: #A7A7A7. Windows color (decimal): -8272024 or 6866817. OLE color: 6866817.
HSL color Cylindrical-coordinate representation of color #81C768: hue angle of 104.21º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81C768 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 199 | 104 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.22 |
| HSL | 104.21º | 0.46% | 0.59% | - |
| HSV(B) | 104.21º | 0.48% | 0.78% | - |
| XYZ | 31.98 | 46.51 | 20.39 | - |
| YUV | 167.24 | 92.31 | 100.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 199 | 104 | 0.35 | 0 | 0.48 | 0.22 | 104.21 | 0.46 | 0.59 |
| Hex | 81 | C7 | 68 | 23 | 0 | 30 | 16 | 68 | 2E | 3B |
| Octal | 201 | 307 | 150 | 43 | 0 | 60 | 26 | 150 | 56 | 73 |
| Binary | 10000001 | 11000111 | 1101000 | 100011 | 0 | 110000 | 10110 | 1101000 | 101110 | 111011 |
Color Harmonies of #81C768
Complementary color
Monochromatic Colors of #81C768
Black with #81C768
Text Example
Text Example
White with #81C768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C768; }
p { color: rgb(129,199,104); }
H1.HeaderClassName
{
color: #81C768;
}
.AnyTagClassName
{
color: #81C768;
}
</style>
background-color css
<style>
a { background-color: #81C768; }
a { background-color: rgb(129,199,104); }
div.DivClassName
{
background-color: #81C768;
}
.BgClassName
{
background-color: #81C768;
}
</style>
border-color css
<style>
span { border-color: #81C768; }
span { border-color: rgb(129,199,104); }
td.TdClassName
{
border-color: #81C768;
}
.TagClassName
{
border-color: #81C768;
}
</style>