Shades of Mantis #80D25D
Tints of Mantis #80D25D
RGB
CMYK
RGB Variations
Color information
#80D25D (or 0x80D25D) is known color: Mantis. HEX triplet: 80, D2 and 5D. RGB value is (128,210,93). Sum of RGB (Red+Green+Blue) = 128+210+93=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #80D25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D25D is #7F2DA2. Grayscale: #ACACAC. Windows color (decimal): -8334755 or 6148736. OLE color: 6148736.
HSL color Cylindrical-coordinate representation of color #80D25D: hue angle of 102.05º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80D25D is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 93 | - |
| CMYK | 0.39 | 0 | 0.56 | 0.18 |
| HSL | 102.05º | 0.57% | 0.59% | - |
| HSV(B) | 102.05º | 0.56% | 0.82% | - |
| XYZ | 33.92 | 51.47 | 18.5 | - |
| YUV | 172.14 | 83.33 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 93 | 0.39 | 0 | 0.56 | 0.18 | 102.05 | 0.57 | 0.59 |
| Hex | 80 | D2 | 5D | 27 | 0 | 38 | 12 | 66 | 39 | 3B |
| Octal | 200 | 322 | 135 | 47 | 0 | 70 | 22 | 146 | 71 | 73 |
| Binary | 10000000 | 11010010 | 1011101 | 100111 | 0 | 111000 | 10010 | 1100110 | 111001 | 111011 |
Color Harmonies of #80D25D
Complementary color
Monochromatic Colors of #80D25D
Black with #80D25D
Text Example
Text Example
White with #80D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D25D; }
p { color: rgb(128,210,93); }
H1.HeaderClassName
{
color: #80D25D;
}
.AnyTagClassName
{
color: #80D25D;
}
</style>
background-color css
<style>
a { background-color: #80D25D; }
a { background-color: rgb(128,210,93); }
div.DivClassName
{
background-color: #80D25D;
}
.BgClassName
{
background-color: #80D25D;
}
</style>
border-color css
<style>
span { border-color: #80D25D; }
span { border-color: rgb(128,210,93); }
td.TdClassName
{
border-color: #80D25D;
}
.TagClassName
{
border-color: #80D25D;
}
</style>