Shades of Mantis #81C355
Tints of Mantis #81C355
RGB
CMYK
RGB Variations
Color information
#81C355 (or 0x81C355) is known color: Mantis. HEX triplet: 81, C3 and 55. RGB value is (129,195,85). Sum of RGB (Red+Green+Blue) = 129+195+85=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #81C355 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C355 is #7E3CAA. Grayscale: #A3A3A3. Windows color (decimal): -8273067 or 5620609. OLE color: 5620609.
HSL color Cylindrical-coordinate representation of color #81C355: hue angle of 96º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81C355 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 85 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.24 |
| HSL | 96º | 0.48% | 0.55% | - |
| HSV(B) | 96º | 0.56% | 0.76% | - |
| XYZ | 30.21 | 44.35 | 15.56 | - |
| YUV | 162.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 85 | 0.34 | 0 | 0.56 | 0.24 | 96 | 0.48 | 0.55 |
| Hex | 81 | C3 | 55 | 22 | 0 | 38 | 18 | 60 | 30 | 37 |
| Octal | 201 | 303 | 125 | 42 | 0 | 70 | 30 | 140 | 60 | 67 |
| Binary | 10000001 | 11000011 | 1010101 | 100010 | 0 | 111000 | 11000 | 1100000 | 110000 | 110111 |
Color Harmonies of #81C355
Complementary color
Monochromatic Colors of #81C355
Black with #81C355
Text Example
Text Example
White with #81C355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C355; }
p { color: rgb(129,195,85); }
H1.HeaderClassName
{
color: #81C355;
}
.AnyTagClassName
{
color: #81C355;
}
</style>
background-color css
<style>
a { background-color: #81C355; }
a { background-color: rgb(129,195,85); }
div.DivClassName
{
background-color: #81C355;
}
.BgClassName
{
background-color: #81C355;
}
</style>
border-color css
<style>
span { border-color: #81C355; }
span { border-color: rgb(129,195,85); }
td.TdClassName
{
border-color: #81C355;
}
.TagClassName
{
border-color: #81C355;
}
</style>