Shades of Yellow Green #80D328
Tints of Yellow Green #80D328
RGB
CMYK
RGB Variations
Color information
#80D328 (or 0x80D328) is known color: Yellow Green. HEX triplet: 80, D3 and 28. RGB value is (128,211,40). Sum of RGB (Red+Green+Blue) = 128+211+40=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 211 (82.81% from 255 or 55.67% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 211 - color contains mainly: green. Hex color #80D328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D328 is #7F2CD7. Grayscale: #A7A7A7. Windows color (decimal): -8334552 or 2675584. OLE color: 2675584.
HSL color Cylindrical-coordinate representation of color #80D328: hue angle of 89.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #80D328 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 211 | 40 | - |
| CMYK | 0.39 | 0 | 0.81 | 0.17 |
| HSL | 89.12º | 0.68% | 0.49% | - |
| HSV(B) | 89.12º | 0.81% | 0.83% | - |
| XYZ | 32.58 | 51.33 | 10.2 | - |
| YUV | 166.69 | 56.5 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 211 | 40 | 0.39 | 0 | 0.81 | 0.17 | 89.12 | 0.68 | 0.49 |
| Hex | 80 | D3 | 28 | 27 | 0 | 51 | 11 | 59 | 44 | 31 |
| Octal | 200 | 323 | 50 | 47 | 0 | 121 | 21 | 131 | 104 | 61 |
| Binary | 10000000 | 11010011 | 101000 | 100111 | 0 | 1010001 | 10001 | 1011001 | 1000100 | 110001 |
Color Harmonies of #80D328
Complementary color
Monochromatic Colors of #80D328
Black with #80D328
Text Example
Text Example
White with #80D328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D328; }
p { color: rgb(128,211,40); }
H1.HeaderClassName
{
color: #80D328;
}
.AnyTagClassName
{
color: #80D328;
}
</style>
background-color css
<style>
a { background-color: #80D328; }
a { background-color: rgb(128,211,40); }
div.DivClassName
{
background-color: #80D328;
}
.BgClassName
{
background-color: #80D328;
}
</style>
border-color css
<style>
span { border-color: #80D328; }
span { border-color: rgb(128,211,40); }
td.TdClassName
{
border-color: #80D328;
}
.TagClassName
{
border-color: #80D328;
}
</style>