Shades of Mantis #81CC48
Tints of Mantis #81CC48
RGB
CMYK
RGB Variations
Color information
#81CC48 (or 0x81CC48) is known color: Mantis. HEX triplet: 81, CC and 48. RGB value is (129,204,72). Sum of RGB (Red+Green+Blue) = 129+204+72=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CC48 is #7E33B7. Grayscale: #A6A6A6. Windows color (decimal): -8270776 or 4770945. OLE color: 4770945.
HSL color Cylindrical-coordinate representation of color #81CC48: hue angle of 94.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81CC48 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 72 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.2 |
| HSL | 94.09º | 0.56% | 0.54% | - |
| HSV(B) | 94.09º | 0.65% | 0.8% | - |
| XYZ | 31.82 | 48.32 | 13.78 | - |
| YUV | 166.53 | 74.65 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 72 | 0.37 | 0 | 0.65 | 0.2 | 94.09 | 0.56 | 0.54 |
| Hex | 81 | CC | 48 | 25 | 0 | 41 | 14 | 5E | 38 | 36 |
| Octal | 201 | 314 | 110 | 45 | 0 | 101 | 24 | 136 | 70 | 66 |
| Binary | 10000001 | 11001100 | 1001000 | 100101 | 0 | 1000001 | 10100 | 1011110 | 111000 | 110110 |
Color Harmonies of #81CC48
Complementary color
Monochromatic Colors of #81CC48
Black with #81CC48
Text Example
Text Example
White with #81CC48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC48; }
p { color: rgb(129,204,72); }
H1.HeaderClassName
{
color: #81CC48;
}
.AnyTagClassName
{
color: #81CC48;
}
</style>
background-color css
<style>
a { background-color: #81CC48; }
a { background-color: rgb(129,204,72); }
div.DivClassName
{
background-color: #81CC48;
}
.BgClassName
{
background-color: #81CC48;
}
</style>
border-color css
<style>
span { border-color: #81CC48; }
span { border-color: rgb(129,204,72); }
td.TdClassName
{
border-color: #81CC48;
}
.TagClassName
{
border-color: #81CC48;
}
</style>