Shades of Mantis #80D25F
Tints of Mantis #80D25F
RGB
CMYK
RGB Variations
Color information
#80D25F (or 0x80D25F) is known color: Mantis. HEX triplet: 80, D2 and 5F. RGB value is (128,210,95). Sum of RGB (Red+Green+Blue) = 128+210+95=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #80D25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D25F is #7F2DA0. Grayscale: #ACACAC. Windows color (decimal): -8334753 or 6279808. OLE color: 6279808.
HSL color Cylindrical-coordinate representation of color #80D25F: hue angle of 102.78º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80D25F is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 95 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.18 |
| HSL | 102.78º | 0.56% | 0.6% | - |
| HSV(B) | 102.78º | 0.55% | 0.82% | - |
| XYZ | 34.01 | 51.51 | 18.98 | - |
| YUV | 172.37 | 84.33 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 95 | 0.39 | 0 | 0.55 | 0.18 | 102.78 | 0.56 | 0.6 |
| Hex | 80 | D2 | 5F | 27 | 0 | 37 | 12 | 67 | 38 | 3C |
| Octal | 200 | 322 | 137 | 47 | 0 | 67 | 22 | 147 | 70 | 74 |
| Binary | 10000000 | 11010010 | 1011111 | 100111 | 0 | 110111 | 10010 | 1100111 | 111000 | 111100 |
Color Harmonies of #80D25F
Complementary color
Monochromatic Colors of #80D25F
Black with #80D25F
Text Example
Text Example
White with #80D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D25F; }
p { color: rgb(128,210,95); }
H1.HeaderClassName
{
color: #80D25F;
}
.AnyTagClassName
{
color: #80D25F;
}
</style>
background-color css
<style>
a { background-color: #80D25F; }
a { background-color: rgb(128,210,95); }
div.DivClassName
{
background-color: #80D25F;
}
.BgClassName
{
background-color: #80D25F;
}
</style>
border-color css
<style>
span { border-color: #80D25F; }
span { border-color: rgb(128,210,95); }
td.TdClassName
{
border-color: #80D25F;
}
.TagClassName
{
border-color: #80D25F;
}
</style>