Shades of Mantis #81DF5B
Tints of Mantis #81DF5B
RGB
CMYK
RGB Variations
Color information
#81DF5B (or 0x81DF5B) is known color: Mantis. HEX triplet: 81, DF and 5B. RGB value is (129,223,91). Sum of RGB (Red+Green+Blue) = 129+223+91=443 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.12% from 443); Green value is 223 (87.5% from 255 or 50.34% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 223 - color contains mainly: green. Hex color #81DF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DF5B is #7E20A4. Grayscale: #B4B4B4. Windows color (decimal): -8265893 or 6020993. OLE color: 6020993.
HSL color Cylindrical-coordinate representation of color #81DF5B: hue angle of 102.73º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81DF5B is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 223 | 91 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.13 |
| HSL | 102.73º | 0.67% | 0.62% | - |
| HSV(B) | 102.73º | 0.59% | 0.87% | - |
| XYZ | 37.33 | 58.2 | 19.16 | - |
| YUV | 179.85 | 77.86 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 223 | 91 | 0.42 | 0 | 0.59 | 0.13 | 102.73 | 0.67 | 0.62 |
| Hex | 81 | DF | 5B | 2A | 0 | 3B | D | 67 | 43 | 3E |
| Octal | 201 | 337 | 133 | 52 | 0 | 73 | 15 | 147 | 103 | 76 |
| Binary | 10000001 | 11011111 | 1011011 | 101010 | 0 | 111011 | 1101 | 1100111 | 1000011 | 111110 |
Color Harmonies of #81DF5B
Complementary color
Monochromatic Colors of #81DF5B
Black with #81DF5B
Text Example
Text Example
White with #81DF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DF5B; }
p { color: rgb(129,223,91); }
H1.HeaderClassName
{
color: #81DF5B;
}
.AnyTagClassName
{
color: #81DF5B;
}
</style>
background-color css
<style>
a { background-color: #81DF5B; }
a { background-color: rgb(129,223,91); }
div.DivClassName
{
background-color: #81DF5B;
}
.BgClassName
{
background-color: #81DF5B;
}
</style>
border-color css
<style>
span { border-color: #81DF5B; }
span { border-color: rgb(129,223,91); }
td.TdClassName
{
border-color: #81DF5B;
}
.TagClassName
{
border-color: #81DF5B;
}
</style>