Shades of Mantis #81CE66
Tints of Mantis #81CE66
RGB
CMYK
RGB Variations
Color information
#81CE66 (or 0x81CE66) is known color: Mantis. HEX triplet: 81, CE and 66. RGB value is (129,206,102). Sum of RGB (Red+Green+Blue) = 129+206+102=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE66 is #7E3199. Grayscale: #ABABAB. Windows color (decimal): -8270234 or 6737537. OLE color: 6737537.
HSL color Cylindrical-coordinate representation of color #81CE66: hue angle of 104.42º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81CE66 is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 102 | - |
| CMYK | 0.37 | 0 | 0.50 | 0.19 |
| HSL | 104.42º | 0.51% | 0.6% | - |
| HSV(B) | 104.42º | 0.5% | 0.81% | - |
| XYZ | 33.52 | 49.77 | 20.41 | - |
| YUV | 171.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 102 | 0.37 | 0 | 0.50 | 0.19 | 104.42 | 0.51 | 0.6 |
| Hex | 81 | CE | 66 | 25 | 0 | 32 | 13 | 68 | 33 | 3C |
| Octal | 201 | 316 | 146 | 45 | 0 | 62 | 23 | 150 | 63 | 74 |
| Binary | 10000001 | 11001110 | 1100110 | 100101 | 0 | 110010 | 10011 | 1101000 | 110011 | 111100 |
Color Harmonies of #81CE66
Complementary color
Monochromatic Colors of #81CE66
Black with #81CE66
Text Example
Text Example
White with #81CE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE66; }
p { color: rgb(129,206,102); }
H1.HeaderClassName
{
color: #81CE66;
}
.AnyTagClassName
{
color: #81CE66;
}
</style>
background-color css
<style>
a { background-color: #81CE66; }
a { background-color: rgb(129,206,102); }
div.DivClassName
{
background-color: #81CE66;
}
.BgClassName
{
background-color: #81CE66;
}
</style>
border-color css
<style>
span { border-color: #81CE66; }
span { border-color: rgb(129,206,102); }
td.TdClassName
{
border-color: #81CE66;
}
.TagClassName
{
border-color: #81CE66;
}
</style>