Shades of Mantis #81CE4E
Tints of Mantis #81CE4E
RGB
CMYK
RGB Variations
Color information
#81CE4E (or 0x81CE4E) is known color: Mantis. HEX triplet: 81, CE and 4E. RGB value is (129,206,78). Sum of RGB (Red+Green+Blue) = 129+206+78=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 206 (80.86% from 255 or 49.88% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81CE4E is #7E31B1. Grayscale: #A8A8A8. Windows color (decimal): -8270258 or 5164673. OLE color: 5164673.
HSL color Cylindrical-coordinate representation of color #81CE4E: hue angle of 96.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81CE4E is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 78 | - |
| CMYK | 0.37 | 0 | 0.62 | 0.19 |
| HSL | 96.09º | 0.57% | 0.56% | - |
| HSV(B) | 96.09º | 0.62% | 0.81% | - |
| XYZ | 32.5 | 49.36 | 15.02 | - |
| YUV | 168.39 | 76.99 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 78 | 0.37 | 0 | 0.62 | 0.19 | 96.09 | 0.57 | 0.56 |
| Hex | 81 | CE | 4E | 25 | 0 | 3E | 13 | 60 | 39 | 38 |
| Octal | 201 | 316 | 116 | 45 | 0 | 76 | 23 | 140 | 71 | 70 |
| Binary | 10000001 | 11001110 | 1001110 | 100101 | 0 | 111110 | 10011 | 1100000 | 111001 | 111000 |
Color Harmonies of #81CE4E
Complementary color
Monochromatic Colors of #81CE4E
Black with #81CE4E
Text Example
Text Example
White with #81CE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE4E; }
p { color: rgb(129,206,78); }
H1.HeaderClassName
{
color: #81CE4E;
}
.AnyTagClassName
{
color: #81CE4E;
}
</style>
background-color css
<style>
a { background-color: #81CE4E; }
a { background-color: rgb(129,206,78); }
div.DivClassName
{
background-color: #81CE4E;
}
.BgClassName
{
background-color: #81CE4E;
}
</style>
border-color css
<style>
span { border-color: #81CE4E; }
span { border-color: rgb(129,206,78); }
td.TdClassName
{
border-color: #81CE4E;
}
.TagClassName
{
border-color: #81CE4E;
}
</style>