Shades of Yellow Green #80D119
Tints of Yellow Green #80D119
RGB
CMYK
RGB Variations
Color information
#80D119 (or 0x80D119) is known color: Yellow Green. HEX triplet: 80, D1 and 19. RGB value is (128,209,25). Sum of RGB (Red+Green+Blue) = 128+209+25=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 209 (82.03% from 255 or 57.73% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 209 - color contains mainly: green. Hex color #80D119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D119 is #7F2EE6. Grayscale: #A4A4A4. Windows color (decimal): -8335079 or 1692032. OLE color: 1692032.
HSL color Cylindrical-coordinate representation of color #80D119: hue angle of 86.41º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80D119 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 25 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.18 |
| HSL | 86.41º | 0.79% | 0.46% | - |
| HSV(B) | 86.41º | 0.88% | 0.82% | - |
| XYZ | 31.88 | 50.26 | 8.94 | - |
| YUV | 163.81 | 49.66 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 25 | 0.39 | 0 | 0.88 | 0.18 | 86.41 | 0.79 | 0.46 |
| Hex | 80 | D1 | 19 | 27 | 0 | 58 | 12 | 56 | 4F | 2E |
| Octal | 200 | 321 | 31 | 47 | 0 | 130 | 22 | 126 | 117 | 56 |
| Binary | 10000000 | 11010001 | 11001 | 100111 | 0 | 1011000 | 10010 | 1010110 | 1001111 | 101110 |
Color Harmonies of #80D119
Complementary color
Monochromatic Colors of #80D119
Black with #80D119
Text Example
Text Example
White with #80D119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D119; }
p { color: rgb(128,209,25); }
H1.HeaderClassName
{
color: #80D119;
}
.AnyTagClassName
{
color: #80D119;
}
</style>
background-color css
<style>
a { background-color: #80D119; }
a { background-color: rgb(128,209,25); }
div.DivClassName
{
background-color: #80D119;
}
.BgClassName
{
background-color: #80D119;
}
</style>
border-color css
<style>
span { border-color: #80D119; }
span { border-color: rgb(128,209,25); }
td.TdClassName
{
border-color: #80D119;
}
.TagClassName
{
border-color: #80D119;
}
</style>