Shades of Yellow Green #80D028
Tints of Yellow Green #80D028
RGB
CMYK
RGB Variations
Color information
#80D028 (or 0x80D028) is known color: Yellow Green. HEX triplet: 80, D0 and 28. RGB value is (128,208,40). Sum of RGB (Red+Green+Blue) = 128+208+40=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #80D028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D028 is #7F2FD7. Grayscale: #A5A5A5. Windows color (decimal): -8335320 or 2674816. OLE color: 2674816.
HSL color Cylindrical-coordinate representation of color #80D028: hue angle of 88.57º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80D028 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 40 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.18 |
| HSL | 88.57º | 0.68% | 0.49% | - |
| HSV(B) | 88.57º | 0.81% | 0.82% | - |
| XYZ | 31.84 | 49.85 | 9.95 | - |
| YUV | 164.93 | 57.5 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 40 | 0.38 | 0 | 0.81 | 0.18 | 88.57 | 0.68 | 0.49 |
| Hex | 80 | D0 | 28 | 26 | 0 | 51 | 12 | 59 | 44 | 31 |
| Octal | 200 | 320 | 50 | 46 | 0 | 121 | 22 | 131 | 104 | 61 |
| Binary | 10000000 | 11010000 | 101000 | 100110 | 0 | 1010001 | 10010 | 1011001 | 1000100 | 110001 |
Color Harmonies of #80D028
Complementary color
Monochromatic Colors of #80D028
Black with #80D028
Text Example
Text Example
White with #80D028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D028; }
p { color: rgb(128,208,40); }
H1.HeaderClassName
{
color: #80D028;
}
.AnyTagClassName
{
color: #80D028;
}
</style>
background-color css
<style>
a { background-color: #80D028; }
a { background-color: rgb(128,208,40); }
div.DivClassName
{
background-color: #80D028;
}
.BgClassName
{
background-color: #80D028;
}
</style>
border-color css
<style>
span { border-color: #80D028; }
span { border-color: rgb(128,208,40); }
td.TdClassName
{
border-color: #80D028;
}
.TagClassName
{
border-color: #80D028;
}
</style>