Shades of Mantis #81C36A
Tints of Mantis #81C36A
RGB
CMYK
RGB Variations
Color information
#81C36A (or 0x81C36A) is known color: Mantis. HEX triplet: 81, C3 and 6A. RGB value is (129,195,106). Sum of RGB (Red+Green+Blue) = 129+195+106=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #81C36A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C36A is #7E3C95. Grayscale: #A5A5A5. Windows color (decimal): -8273046 or 6996865. OLE color: 6996865.
HSL color Cylindrical-coordinate representation of color #81C36A: hue angle of 104.49º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81C36A is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 106 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.24 |
| HSL | 104.49º | 0.43% | 0.59% | - |
| HSV(B) | 104.49º | 0.46% | 0.76% | - |
| XYZ | 31.17 | 44.74 | 20.63 | - |
| YUV | 165.12 | 94.63 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 106 | 0.34 | 0 | 0.46 | 0.24 | 104.49 | 0.43 | 0.59 |
| Hex | 81 | C3 | 6A | 22 | 0 | 2E | 18 | 68 | 2B | 3B |
| Octal | 201 | 303 | 152 | 42 | 0 | 56 | 30 | 150 | 53 | 73 |
| Binary | 10000001 | 11000011 | 1101010 | 100010 | 0 | 101110 | 11000 | 1101000 | 101011 | 111011 |
Color Harmonies of #81C36A
Complementary color
Monochromatic Colors of #81C36A
Black with #81C36A
Text Example
Text Example
White with #81C36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C36A; }
p { color: rgb(129,195,106); }
H1.HeaderClassName
{
color: #81C36A;
}
.AnyTagClassName
{
color: #81C36A;
}
</style>
background-color css
<style>
a { background-color: #81C36A; }
a { background-color: rgb(129,195,106); }
div.DivClassName
{
background-color: #81C36A;
}
.BgClassName
{
background-color: #81C36A;
}
</style>
border-color css
<style>
span { border-color: #81C36A; }
span { border-color: rgb(129,195,106); }
td.TdClassName
{
border-color: #81C36A;
}
.TagClassName
{
border-color: #81C36A;
}
</style>