Shades of Mantis #81CE62
Tints of Mantis #81CE62
RGB
CMYK
RGB Variations
Color information
#81CE62 (or 0x81CE62) is known color: Mantis. HEX triplet: 81, CE and 62. RGB value is (129,206,98). Sum of RGB (Red+Green+Blue) = 129+206+98=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE62 is #7E319D. Grayscale: #ABABAB. Windows color (decimal): -8270238 or 6475393. OLE color: 6475393.
HSL color Cylindrical-coordinate representation of color #81CE62: hue angle of 102.78º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #81CE62 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 98 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.19 |
| HSL | 102.78º | 0.52% | 0.6% | - |
| HSV(B) | 102.78º | 0.52% | 0.81% | - |
| XYZ | 33.33 | 49.69 | 19.39 | - |
| YUV | 170.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 98 | 0.37 | 0 | 0.52 | 0.19 | 102.78 | 0.52 | 0.6 |
| Hex | 81 | CE | 62 | 25 | 0 | 34 | 13 | 67 | 34 | 3C |
| Octal | 201 | 316 | 142 | 45 | 0 | 64 | 23 | 147 | 64 | 74 |
| Binary | 10000001 | 11001110 | 1100010 | 100101 | 0 | 110100 | 10011 | 1100111 | 110100 | 111100 |
Color Harmonies of #81CE62
Complementary color
Monochromatic Colors of #81CE62
Black with #81CE62
Text Example
Text Example
White with #81CE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE62; }
p { color: rgb(129,206,98); }
H1.HeaderClassName
{
color: #81CE62;
}
.AnyTagClassName
{
color: #81CE62;
}
</style>
background-color css
<style>
a { background-color: #81CE62; }
a { background-color: rgb(129,206,98); }
div.DivClassName
{
background-color: #81CE62;
}
.BgClassName
{
background-color: #81CE62;
}
</style>
border-color css
<style>
span { border-color: #81CE62; }
span { border-color: rgb(129,206,98); }
td.TdClassName
{
border-color: #81CE62;
}
.TagClassName
{
border-color: #81CE62;
}
</style>