Shades of Mantis #81C350
Tints of Mantis #81C350
RGB
CMYK
RGB Variations
Color information
#81C350 (or 0x81C350) is known color: Mantis. HEX triplet: 81, C3 and 50. RGB value is (129,195,80). Sum of RGB (Red+Green+Blue) = 129+195+80=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 80 (31.64% from 255 or 19.80% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #81C350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C350 is #7E3CAF. Grayscale: #A2A2A2. Windows color (decimal): -8273072 or 5292929. OLE color: 5292929.
HSL color Cylindrical-coordinate representation of color #81C350: hue angle of 94.43º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81C350 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 80 | - |
| CMYK | 0.34 | 0 | 0.59 | 0.24 |
| HSL | 94.43º | 0.49% | 0.54% | - |
| HSV(B) | 94.43º | 0.59% | 0.76% | - |
| XYZ | 30.02 | 44.28 | 14.55 | - |
| YUV | 162.16 | 81.63 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 80 | 0.34 | 0 | 0.59 | 0.24 | 94.43 | 0.49 | 0.54 |
| Hex | 81 | C3 | 50 | 22 | 0 | 3B | 18 | 5E | 31 | 36 |
| Octal | 201 | 303 | 120 | 42 | 0 | 73 | 30 | 136 | 61 | 66 |
| Binary | 10000001 | 11000011 | 1010000 | 100010 | 0 | 111011 | 11000 | 1011110 | 110001 | 110110 |
Color Harmonies of #81C350
Complementary color
Monochromatic Colors of #81C350
Black with #81C350
Text Example
Text Example
White with #81C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C350; }
p { color: rgb(129,195,80); }
H1.HeaderClassName
{
color: #81C350;
}
.AnyTagClassName
{
color: #81C350;
}
</style>
background-color css
<style>
a { background-color: #81C350; }
a { background-color: rgb(129,195,80); }
div.DivClassName
{
background-color: #81C350;
}
.BgClassName
{
background-color: #81C350;
}
</style>
border-color css
<style>
span { border-color: #81C350; }
span { border-color: rgb(129,195,80); }
td.TdClassName
{
border-color: #81C350;
}
.TagClassName
{
border-color: #81C350;
}
</style>