Shades of Mantis #81DE5B
Tints of Mantis #81DE5B
RGB
CMYK
RGB Variations
Color information
#81DE5B (or 0x81DE5B) is known color: Mantis. HEX triplet: 81, DE and 5B. RGB value is (129,222,91). Sum of RGB (Red+Green+Blue) = 129+222+91=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #81DE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DE5B is #7E21A4. Grayscale: #B3B3B3. Windows color (decimal): -8266149 or 6020737. OLE color: 6020737.
HSL color Cylindrical-coordinate representation of color #81DE5B: hue angle of 102.6º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81DE5B is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 222 | 91 | - |
| CMYK | 0.42 | 0 | 0.59 | 0.13 |
| HSL | 102.6º | 0.66% | 0.61% | - |
| HSV(B) | 102.6º | 0.59% | 0.87% | - |
| XYZ | 37.06 | 57.67 | 19.07 | - |
| YUV | 179.26 | 78.19 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 222 | 91 | 0.42 | 0 | 0.59 | 0.13 | 102.6 | 0.66 | 0.61 |
| Hex | 81 | DE | 5B | 2A | 0 | 3B | D | 67 | 42 | 3D |
| Octal | 201 | 336 | 133 | 52 | 0 | 73 | 15 | 147 | 102 | 75 |
| Binary | 10000001 | 11011110 | 1011011 | 101010 | 0 | 111011 | 1101 | 1100111 | 1000010 | 111101 |
Color Harmonies of #81DE5B
Complementary color
Monochromatic Colors of #81DE5B
Black with #81DE5B
Text Example
Text Example
White with #81DE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DE5B; }
p { color: rgb(129,222,91); }
H1.HeaderClassName
{
color: #81DE5B;
}
.AnyTagClassName
{
color: #81DE5B;
}
</style>
background-color css
<style>
a { background-color: #81DE5B; }
a { background-color: rgb(129,222,91); }
div.DivClassName
{
background-color: #81DE5B;
}
.BgClassName
{
background-color: #81DE5B;
}
</style>
border-color css
<style>
span { border-color: #81DE5B; }
span { border-color: rgb(129,222,91); }
td.TdClassName
{
border-color: #81DE5B;
}
.TagClassName
{
border-color: #81DE5B;
}
</style>