Shades of Yellow Green #80D214
Tints of Yellow Green #80D214
RGB
CMYK
RGB Variations
Color information
#80D214 (or 0x80D214) is known color: Yellow Green. HEX triplet: 80, D2 and 14. RGB value is (128,210,20). Sum of RGB (Red+Green+Blue) = 128+210+20=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #80D214 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D214 is #7F2DEB. Grayscale: #A4A4A4. Windows color (decimal): -8334828 or 1364608. OLE color: 1364608.
HSL color Cylindrical-coordinate representation of color #80D214: hue angle of 85.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D214 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 20 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.18 |
| HSL | 85.89º | 0.83% | 0.45% | - |
| HSV(B) | 85.89º | 0.9% | 0.82% | - |
| XYZ | 32.07 | 50.73 | 8.76 | - |
| YUV | 163.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 20 | 0.39 | 0 | 0.90 | 0.18 | 85.89 | 0.83 | 0.45 |
| Hex | 80 | D2 | 14 | 27 | 0 | 5A | 12 | 56 | 53 | 2D |
| Octal | 200 | 322 | 24 | 47 | 0 | 132 | 22 | 126 | 123 | 55 |
| Binary | 10000000 | 11010010 | 10100 | 100111 | 0 | 1011010 | 10010 | 1010110 | 1010011 | 101101 |
Color Harmonies of #80D214
Complementary color
Monochromatic Colors of #80D214
Black with #80D214
Text Example
Text Example
White with #80D214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D214; }
p { color: rgb(128,210,20); }
H1.HeaderClassName
{
color: #80D214;
}
.AnyTagClassName
{
color: #80D214;
}
</style>
background-color css
<style>
a { background-color: #80D214; }
a { background-color: rgb(128,210,20); }
div.DivClassName
{
background-color: #80D214;
}
.BgClassName
{
background-color: #80D214;
}
</style>
border-color css
<style>
span { border-color: #80D214; }
span { border-color: rgb(128,210,20); }
td.TdClassName
{
border-color: #80D214;
}
.TagClassName
{
border-color: #80D214;
}
</style>