Shades of Mantis #81C26E
Tints of Mantis #81C26E
RGB
CMYK
RGB Variations
Color information
#81C26E (or 0x81C26E) is known color: Mantis. HEX triplet: 81, C2 and 6E. RGB value is (129,194,110). Sum of RGB (Red+Green+Blue) = 129+194+110=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 110 (43.36% from 255 or 25.40% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #81C26E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C26E is #7E3D91. Grayscale: #A5A5A5. Windows color (decimal): -8273298 or 7258753. OLE color: 7258753.
HSL color Cylindrical-coordinate representation of color #81C26E: hue angle of 106.43º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81C26E is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 194 | 110 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.24 |
| HSL | 106.43º | 0.41% | 0.6% | - |
| HSV(B) | 106.43º | 0.43% | 0.76% | - |
| XYZ | 31.16 | 44.38 | 21.68 | - |
| YUV | 164.99 | 96.97 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 194 | 110 | 0.34 | 0 | 0.43 | 0.24 | 106.43 | 0.41 | 0.6 |
| Hex | 81 | C2 | 6E | 22 | 0 | 2B | 18 | 6A | 29 | 3C |
| Octal | 201 | 302 | 156 | 42 | 0 | 53 | 30 | 152 | 51 | 74 |
| Binary | 10000001 | 11000010 | 1101110 | 100010 | 0 | 101011 | 11000 | 1101010 | 101001 | 111100 |
Color Harmonies of #81C26E
Complementary color
Monochromatic Colors of #81C26E
Black with #81C26E
Text Example
Text Example
White with #81C26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C26E; }
p { color: rgb(129,194,110); }
H1.HeaderClassName
{
color: #81C26E;
}
.AnyTagClassName
{
color: #81C26E;
}
</style>
background-color css
<style>
a { background-color: #81C26E; }
a { background-color: rgb(129,194,110); }
div.DivClassName
{
background-color: #81C26E;
}
.BgClassName
{
background-color: #81C26E;
}
</style>
border-color css
<style>
span { border-color: #81C26E; }
span { border-color: rgb(129,194,110); }
td.TdClassName
{
border-color: #81C26E;
}
.TagClassName
{
border-color: #81C26E;
}
</style>