Shades of Mantis #81CC50
Tints of Mantis #81CC50
RGB
CMYK
RGB Variations
Color information
#81CC50 (or 0x81CC50) is known color: Mantis. HEX triplet: 81, CC and 50. RGB value is (129,204,80). Sum of RGB (Red+Green+Blue) = 129+204+80=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #81CC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CC50 is #7E33AF. Grayscale: #A7A7A7. Windows color (decimal): -8270768 or 5295233. OLE color: 5295233.
HSL color Cylindrical-coordinate representation of color #81CC50: hue angle of 96.29º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #81CC50 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 204 | 80 | - |
| CMYK | 0.37 | 0 | 0.61 | 0.2 |
| HSL | 96.29º | 0.55% | 0.56% | - |
| HSV(B) | 96.29º | 0.61% | 0.8% | - |
| XYZ | 32.09 | 48.43 | 15.25 | - |
| YUV | 167.44 | 78.65 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 204 | 80 | 0.37 | 0 | 0.61 | 0.2 | 96.29 | 0.55 | 0.56 |
| Hex | 81 | CC | 50 | 25 | 0 | 3D | 14 | 60 | 37 | 38 |
| Octal | 201 | 314 | 120 | 45 | 0 | 75 | 24 | 140 | 67 | 70 |
| Binary | 10000001 | 11001100 | 1010000 | 100101 | 0 | 111101 | 10100 | 1100000 | 110111 | 111000 |
Color Harmonies of #81CC50
Complementary color
Monochromatic Colors of #81CC50
Black with #81CC50
Text Example
Text Example
White with #81CC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CC50; }
p { color: rgb(129,204,80); }
H1.HeaderClassName
{
color: #81CC50;
}
.AnyTagClassName
{
color: #81CC50;
}
</style>
background-color css
<style>
a { background-color: #81CC50; }
a { background-color: rgb(129,204,80); }
div.DivClassName
{
background-color: #81CC50;
}
.BgClassName
{
background-color: #81CC50;
}
</style>
border-color css
<style>
span { border-color: #81CC50; }
span { border-color: rgb(129,204,80); }
td.TdClassName
{
border-color: #81CC50;
}
.TagClassName
{
border-color: #81CC50;
}
</style>