Shades of Mantis #81C04D
Tints of Mantis #81C04D
RGB
CMYK
RGB Variations
Color information
#81C04D (or 0x81C04D) is known color: Mantis. HEX triplet: 81, C0 and 4D. RGB value is (129,192,77). Sum of RGB (Red+Green+Blue) = 129+192+77=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #81C04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C04D is #7E3FB2. Grayscale: #A0A0A0. Windows color (decimal): -8273843 or 5095553. OLE color: 5095553.
HSL color Cylindrical-coordinate representation of color #81C04D: hue angle of 92.87º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81C04D is Cyan = 0.33, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 192 | 77 | - |
| CMYK | 0.33 | 0 | 0.60 | 0.25 |
| HSL | 92.87º | 0.48% | 0.53% | - |
| HSV(B) | 92.87º | 0.6% | 0.75% | - |
| XYZ | 29.24 | 42.9 | 13.76 | - |
| YUV | 160.05 | 81.13 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 192 | 77 | 0.33 | 0 | 0.60 | 0.25 | 92.87 | 0.48 | 0.53 |
| Hex | 81 | C0 | 4D | 21 | 0 | 3C | 19 | 5D | 30 | 35 |
| Octal | 201 | 300 | 115 | 41 | 0 | 74 | 31 | 135 | 60 | 65 |
| Binary | 10000001 | 11000000 | 1001101 | 100001 | 0 | 111100 | 11001 | 1011101 | 110000 | 110101 |
Color Harmonies of #81C04D
Complementary color
Monochromatic Colors of #81C04D
Black with #81C04D
Text Example
Text Example
White with #81C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C04D; }
p { color: rgb(129,192,77); }
H1.HeaderClassName
{
color: #81C04D;
}
.AnyTagClassName
{
color: #81C04D;
}
</style>
background-color css
<style>
a { background-color: #81C04D; }
a { background-color: rgb(129,192,77); }
div.DivClassName
{
background-color: #81C04D;
}
.BgClassName
{
background-color: #81C04D;
}
</style>
border-color css
<style>
span { border-color: #81C04D; }
span { border-color: rgb(129,192,77); }
td.TdClassName
{
border-color: #81C04D;
}
.TagClassName
{
border-color: #81C04D;
}
</style>