Shades of Mantis #81CE65
Tints of Mantis #81CE65
RGB
CMYK
RGB Variations
Color information
#81CE65 (or 0x81CE65) is known color: Mantis. HEX triplet: 81, CE and 65. RGB value is (129,206,101). Sum of RGB (Red+Green+Blue) = 129+206+101=436 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.59% from 436); Green value is 206 (80.86% from 255 or 47.25% from 436); Blue value is 101 (39.84% from 255 or 23.17% from 436); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE65 is #7E319A. Grayscale: #ABABAB. Windows color (decimal): -8270235 or 6672001. OLE color: 6672001.
HSL color Cylindrical-coordinate representation of color #81CE65: hue angle of 104º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #81CE65 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 101 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.19 |
| HSL | 104º | 0.52% | 0.6% | - |
| HSV(B) | 104º | 0.51% | 0.81% | - |
| XYZ | 33.47 | 49.75 | 20.15 | - |
| YUV | 171.01 | 88.49 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 101 | 0.37 | 0 | 0.51 | 0.19 | 104 | 0.52 | 0.6 |
| Hex | 81 | CE | 65 | 25 | 0 | 33 | 13 | 68 | 34 | 3C |
| Octal | 201 | 316 | 145 | 45 | 0 | 63 | 23 | 150 | 64 | 74 |
| Binary | 10000001 | 11001110 | 1100101 | 100101 | 0 | 110011 | 10011 | 1101000 | 110100 | 111100 |
Color Harmonies of #81CE65
Complementary color
Monochromatic Colors of #81CE65
Black with #81CE65
Text Example
Text Example
White with #81CE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE65; }
p { color: rgb(129,206,101); }
H1.HeaderClassName
{
color: #81CE65;
}
.AnyTagClassName
{
color: #81CE65;
}
</style>
background-color css
<style>
a { background-color: #81CE65; }
a { background-color: rgb(129,206,101); }
div.DivClassName
{
background-color: #81CE65;
}
.BgClassName
{
background-color: #81CE65;
}
</style>
border-color css
<style>
span { border-color: #81CE65; }
span { border-color: rgb(129,206,101); }
td.TdClassName
{
border-color: #81CE65;
}
.TagClassName
{
border-color: #81CE65;
}
</style>