Shades of Yellow Green #80D919
Tints of Yellow Green #80D919
RGB
CMYK
RGB Variations
Color information
#80D919 (or 0x80D919) is known color: Yellow Green. HEX triplet: 80, D9 and 19. RGB value is (128,217,25). Sum of RGB (Red+Green+Blue) = 128+217+25=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 217 (85.16% from 255 or 58.65% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 217 - color contains mainly: green. Hex color #80D919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D919 is #7F26E6. Grayscale: #A9A9A9. Windows color (decimal): -8333031 or 1694080. OLE color: 1694080.
HSL color Cylindrical-coordinate representation of color #80D919: hue angle of 87.81º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80D919 is Cyan = 0.41, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 25 | - |
| CMYK | 0.41 | 0 | 0.88 | 0.15 |
| HSL | 87.81º | 0.79% | 0.47% | - |
| HSV(B) | 87.81º | 0.88% | 0.85% | - |
| XYZ | 33.89 | 54.29 | 9.61 | - |
| YUV | 168.5 | 47.01 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 25 | 0.41 | 0 | 0.88 | 0.15 | 87.81 | 0.79 | 0.47 |
| Hex | 80 | D9 | 19 | 29 | 0 | 58 | F | 58 | 4F | 2F |
| Octal | 200 | 331 | 31 | 51 | 0 | 130 | 17 | 130 | 117 | 57 |
| Binary | 10000000 | 11011001 | 11001 | 101001 | 0 | 1011000 | 1111 | 1011000 | 1001111 | 101111 |
Color Harmonies of #80D919
Complementary color
Monochromatic Colors of #80D919
Black with #80D919
Text Example
Text Example
White with #80D919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D919; }
p { color: rgb(128,217,25); }
H1.HeaderClassName
{
color: #80D919;
}
.AnyTagClassName
{
color: #80D919;
}
</style>
background-color css
<style>
a { background-color: #80D919; }
a { background-color: rgb(128,217,25); }
div.DivClassName
{
background-color: #80D919;
}
.BgClassName
{
background-color: #80D919;
}
</style>
border-color css
<style>
span { border-color: #80D919; }
span { border-color: rgb(128,217,25); }
td.TdClassName
{
border-color: #80D919;
}
.TagClassName
{
border-color: #80D919;
}
</style>