Shades of Mantis #81CE60
Tints of Mantis #81CE60
RGB
CMYK
RGB Variations
Color information
#81CE60 (or 0x81CE60) is known color: Mantis. HEX triplet: 81, CE and 60. RGB value is (129,206,96). Sum of RGB (Red+Green+Blue) = 129+206+96=431 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.93% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE60 is #7E319F. Grayscale: #AAAAAA. Windows color (decimal): -8270240 or 6344321. OLE color: 6344321.
HSL color Cylindrical-coordinate representation of color #81CE60: hue angle of 102º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81CE60 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 96 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.19 |
| HSL | 102º | 0.53% | 0.59% | - |
| HSV(B) | 102º | 0.53% | 0.81% | - |
| XYZ | 33.24 | 49.65 | 18.9 | - |
| YUV | 170.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 96 | 0.37 | 0 | 0.53 | 0.19 | 102 | 0.53 | 0.59 |
| Hex | 81 | CE | 60 | 25 | 0 | 35 | 13 | 66 | 35 | 3B |
| Octal | 201 | 316 | 140 | 45 | 0 | 65 | 23 | 146 | 65 | 73 |
| Binary | 10000001 | 11001110 | 1100000 | 100101 | 0 | 110101 | 10011 | 1100110 | 110101 | 111011 |
Color Harmonies of #81CE60
Complementary color
Monochromatic Colors of #81CE60
Black with #81CE60
Text Example
Text Example
White with #81CE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE60; }
p { color: rgb(129,206,96); }
H1.HeaderClassName
{
color: #81CE60;
}
.AnyTagClassName
{
color: #81CE60;
}
</style>
background-color css
<style>
a { background-color: #81CE60; }
a { background-color: rgb(129,206,96); }
div.DivClassName
{
background-color: #81CE60;
}
.BgClassName
{
background-color: #81CE60;
}
</style>
border-color css
<style>
span { border-color: #81CE60; }
span { border-color: rgb(129,206,96); }
td.TdClassName
{
border-color: #81CE60;
}
.TagClassName
{
border-color: #81CE60;
}
</style>