Shades of Mantis #81DC58
Tints of Mantis #81DC58
RGB
CMYK
RGB Variations
Color information
#81DC58 (or 0x81DC58) is known color: Mantis. HEX triplet: 81, DC and 58. RGB value is (129,220,88). Sum of RGB (Red+Green+Blue) = 129+220+88=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC58 is #7E23A7. Grayscale: #B2B2B2. Windows color (decimal): -8266664 or 5823617. OLE color: 5823617.
HSL color Cylindrical-coordinate representation of color #81DC58: hue angle of 101.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81DC58 is Cyan = 0.41, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 88 | - |
| CMYK | 0.41 | 0 | 0.6 | 0.14 |
| HSL | 101.36º | 0.65% | 0.6% | - |
| HSV(B) | 101.36º | 0.6% | 0.86% | - |
| XYZ | 36.41 | 56.56 | 18.23 | - |
| YUV | 177.74 | 77.35 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 88 | 0.41 | 0 | 0.6 | 0.14 | 101.36 | 0.65 | 0.6 |
| Hex | 81 | DC | 58 | 29 | 0 | 3C | E | 65 | 41 | 3C |
| Octal | 201 | 334 | 130 | 51 | 0 | 74 | 16 | 145 | 101 | 74 |
| Binary | 10000001 | 11011100 | 1011000 | 101001 | 0 | 111100 | 1110 | 1100101 | 1000001 | 111100 |
Color Harmonies of #81DC58
Complementary color
Monochromatic Colors of #81DC58
Black with #81DC58
Text Example
Text Example
White with #81DC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC58; }
p { color: rgb(129,220,88); }
H1.HeaderClassName
{
color: #81DC58;
}
.AnyTagClassName
{
color: #81DC58;
}
</style>
background-color css
<style>
a { background-color: #81DC58; }
a { background-color: rgb(129,220,88); }
div.DivClassName
{
background-color: #81DC58;
}
.BgClassName
{
background-color: #81DC58;
}
</style>
border-color css
<style>
span { border-color: #81DC58; }
span { border-color: rgb(129,220,88); }
td.TdClassName
{
border-color: #81DC58;
}
.TagClassName
{
border-color: #81DC58;
}
</style>