Shades of Mantis #81DC63
Tints of Mantis #81DC63
RGB
CMYK
RGB Variations
Color information
#81DC63 (or 0x81DC63) is known color: Mantis. HEX triplet: 81, DC and 63. RGB value is (129,220,99). Sum of RGB (Red+Green+Blue) = 129+220+99=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 220 (86.33% from 255 or 49.11% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 220 - color contains mainly: green. Hex color #81DC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81DC63 is #7E239C. Grayscale: #B3B3B3. Windows color (decimal): -8266653 or 6544513. OLE color: 6544513.
HSL color Cylindrical-coordinate representation of color #81DC63: hue angle of 105.12º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81DC63 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 220 | 99 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.14 |
| HSL | 105.12º | 0.63% | 0.63% | - |
| HSV(B) | 105.12º | 0.55% | 0.86% | - |
| XYZ | 36.9 | 56.75 | 20.81 | - |
| YUV | 179 | 82.85 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 220 | 99 | 0.41 | 0 | 0.55 | 0.14 | 105.12 | 0.63 | 0.63 |
| Hex | 81 | DC | 63 | 29 | 0 | 37 | E | 69 | 3F | 3F |
| Octal | 201 | 334 | 143 | 51 | 0 | 67 | 16 | 151 | 77 | 77 |
| Binary | 10000001 | 11011100 | 1100011 | 101001 | 0 | 110111 | 1110 | 1101001 | 111111 | 111111 |
Color Harmonies of #81DC63
Complementary color
Monochromatic Colors of #81DC63
Black with #81DC63
Text Example
Text Example
White with #81DC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DC63; }
p { color: rgb(129,220,99); }
H1.HeaderClassName
{
color: #81DC63;
}
.AnyTagClassName
{
color: #81DC63;
}
</style>
background-color css
<style>
a { background-color: #81DC63; }
a { background-color: rgb(129,220,99); }
div.DivClassName
{
background-color: #81DC63;
}
.BgClassName
{
background-color: #81DC63;
}
</style>
border-color css
<style>
span { border-color: #81DC63; }
span { border-color: rgb(129,220,99); }
td.TdClassName
{
border-color: #81DC63;
}
.TagClassName
{
border-color: #81DC63;
}
</style>