Shades of Mantis #80D353
Tints of Mantis #80D353
RGB
CMYK
RGB Variations
Color information
#80D353 (or 0x80D353) is known color: Mantis. HEX triplet: 80, D3 and 53. RGB value is (128,211,83). Sum of RGB (Red+Green+Blue) = 128+211+83=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 83 (32.81% from 255 or 19.67% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #80D353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D353 is #7F2CAC. Grayscale: #ACACAC. Windows color (decimal): -8334509 or 5493632. OLE color: 5493632.
HSL color Cylindrical-coordinate representation of color #80D353: hue angle of 98.91º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #80D353 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 83 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.17 |
| HSL | 98.91º | 0.59% | 0.58% | - |
| HSV(B) | 98.91º | 0.61% | 0.83% | - |
| XYZ | 33.76 | 51.8 | 16.4 | - |
| YUV | 171.59 | 78 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 83 | 0.39 | 0 | 0.61 | 0.17 | 98.91 | 0.59 | 0.58 |
| Hex | 80 | D3 | 53 | 27 | 0 | 3D | 11 | 63 | 3B | 3A |
| Octal | 200 | 323 | 123 | 47 | 0 | 75 | 21 | 143 | 73 | 72 |
| Binary | 10000000 | 11010011 | 1010011 | 100111 | 0 | 111101 | 10001 | 1100011 | 111011 | 111010 |
Color Harmonies of #80D353
Complementary color
Monochromatic Colors of #80D353
Black with #80D353
Text Example
Text Example
White with #80D353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D353; }
p { color: rgb(128,211,83); }
H1.HeaderClassName
{
color: #80D353;
}
.AnyTagClassName
{
color: #80D353;
}
</style>
background-color css
<style>
a { background-color: #80D353; }
a { background-color: rgb(128,211,83); }
div.DivClassName
{
background-color: #80D353;
}
.BgClassName
{
background-color: #80D353;
}
</style>
border-color css
<style>
span { border-color: #80D353; }
span { border-color: rgb(128,211,83); }
td.TdClassName
{
border-color: #80D353;
}
.TagClassName
{
border-color: #80D353;
}
</style>