Shades of Mantis #81DC5A
Tints of Mantis #81DC5A
RGB
CMYK
RGB Variations
Color information
#81DC5A (or 0x81DC5A) is known color: Mantis. HEX triplet: 81, DC and 5A. RGB value is (129,220,90). Sum of RGB (Red+Green+Blue) = 129+220+90=439 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.38% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC5A is #7E23A5. Grayscale: #B2B2B2. Windows color (decimal): -8266662 or 5954689. OLE color: 5954689.
HSL color Cylindrical-coordinate representation of color #81DC5A: hue angle of 102º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #81DC5A is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 90 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.14 |
| HSL | 102º | 0.65% | 0.61% | - |
| HSV(B) | 102º | 0.59% | 0.86% | - |
| XYZ | 36.49 | 56.59 | 18.67 | - |
| YUV | 177.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 90 | 0.41 | 0 | 0.59 | 0.14 | 102 | 0.65 | 0.61 |
| Hex | 81 | DC | 5A | 29 | 0 | 3B | E | 66 | 41 | 3D |
| Octal | 201 | 334 | 132 | 51 | 0 | 73 | 16 | 146 | 101 | 75 |
| Binary | 10000001 | 11011100 | 1011010 | 101001 | 0 | 111011 | 1110 | 1100110 | 1000001 | 111101 |
Color Harmonies of #81DC5A
Complementary color
Monochromatic Colors of #81DC5A
Black with #81DC5A
Text Example
Text Example
White with #81DC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC5A; }
p { color: rgb(129,220,90); }
H1.HeaderClassName
{
color: #81DC5A;
}
.AnyTagClassName
{
color: #81DC5A;
}
</style>
background-color css
<style>
a { background-color: #81DC5A; }
a { background-color: rgb(129,220,90); }
div.DivClassName
{
background-color: #81DC5A;
}
.BgClassName
{
background-color: #81DC5A;
}
</style>
border-color css
<style>
span { border-color: #81DC5A; }
span { border-color: rgb(129,220,90); }
td.TdClassName
{
border-color: #81DC5A;
}
.TagClassName
{
border-color: #81DC5A;
}
</style>