Shades of Mantis #81CF44
Tints of Mantis #81CF44
RGB
CMYK
RGB Variations
Color information
#81CF44 (or 0x81CF44) is known color: Mantis. HEX triplet: 81, CF and 44. RGB value is (129,207,68). Sum of RGB (Red+Green+Blue) = 129+207+68=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 207 (81.25% from 255 or 51.24% from 404); Blue value is 68 (26.95% from 255 or 16.83% from 404); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CF44 is #7E30BB. Grayscale: #A8A8A8. Windows color (decimal): -8270012 or 4509569. OLE color: 4509569.
HSL color Cylindrical-coordinate representation of color #81CF44: hue angle of 93.67º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81CF44 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 68 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.19 |
| HSL | 93.67º | 0.59% | 0.54% | - |
| HSV(B) | 93.67º | 0.67% | 0.81% | - |
| XYZ | 32.41 | 49.71 | 13.36 | - |
| YUV | 167.83 | 71.66 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 68 | 0.38 | 0 | 0.67 | 0.19 | 93.67 | 0.59 | 0.54 |
| Hex | 81 | CF | 44 | 26 | 0 | 43 | 13 | 5E | 3B | 36 |
| Octal | 201 | 317 | 104 | 46 | 0 | 103 | 23 | 136 | 73 | 66 |
| Binary | 10000001 | 11001111 | 1000100 | 100110 | 0 | 1000011 | 10011 | 1011110 | 111011 | 110110 |
Color Harmonies of #81CF44
Complementary color
Monochromatic Colors of #81CF44
Black with #81CF44
Text Example
Text Example
White with #81CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF44; }
p { color: rgb(129,207,68); }
H1.HeaderClassName
{
color: #81CF44;
}
.AnyTagClassName
{
color: #81CF44;
}
</style>
background-color css
<style>
a { background-color: #81CF44; }
a { background-color: rgb(129,207,68); }
div.DivClassName
{
background-color: #81CF44;
}
.BgClassName
{
background-color: #81CF44;
}
</style>
border-color css
<style>
span { border-color: #81CF44; }
span { border-color: rgb(129,207,68); }
td.TdClassName
{
border-color: #81CF44;
}
.TagClassName
{
border-color: #81CF44;
}
</style>