Shades of Mantis #80CE4D
Tints of Mantis #80CE4D
RGB
CMYK
RGB Variations
Color information
#80CE4D (or 0x80CE4D) is known color: Mantis. HEX triplet: 80, CE and 4D. RGB value is (128,206,77). Sum of RGB (Red+Green+Blue) = 128+206+77=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 206 (80.86% from 255 or 50.12% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE4D is #7F31B2. Grayscale: #A8A8A8. Windows color (decimal): -8335795 or 5099136. OLE color: 5099136.
HSL color Cylindrical-coordinate representation of color #80CE4D: hue angle of 96.28º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80CE4D is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 77 | - |
| CMYK | 0.38 | 0 | 0.63 | 0.19 |
| HSL | 96.28º | 0.57% | 0.55% | - |
| HSV(B) | 96.28º | 0.63% | 0.81% | - |
| XYZ | 32.31 | 49.27 | 14.83 | - |
| YUV | 167.97 | 76.66 | 99.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 77 | 0.38 | 0 | 0.63 | 0.19 | 96.28 | 0.57 | 0.55 |
| Hex | 80 | CE | 4D | 26 | 0 | 3F | 13 | 60 | 39 | 37 |
| Octal | 200 | 316 | 115 | 46 | 0 | 77 | 23 | 140 | 71 | 67 |
| Binary | 10000000 | 11001110 | 1001101 | 100110 | 0 | 111111 | 10011 | 1100000 | 111001 | 110111 |
Color Harmonies of #80CE4D
Complementary color
Monochromatic Colors of #80CE4D
Black with #80CE4D
Text Example
Text Example
White with #80CE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE4D; }
p { color: rgb(128,206,77); }
H1.HeaderClassName
{
color: #80CE4D;
}
.AnyTagClassName
{
color: #80CE4D;
}
</style>
background-color css
<style>
a { background-color: #80CE4D; }
a { background-color: rgb(128,206,77); }
div.DivClassName
{
background-color: #80CE4D;
}
.BgClassName
{
background-color: #80CE4D;
}
</style>
border-color css
<style>
span { border-color: #80CE4D; }
span { border-color: rgb(128,206,77); }
td.TdClassName
{
border-color: #80CE4D;
}
.TagClassName
{
border-color: #80CE4D;
}
</style>