Shades of Yellow Green #80D523
Tints of Yellow Green #80D523
RGB
CMYK
RGB Variations
Color information
#80D523 (or 0x80D523) is known color: Yellow Green. HEX triplet: 80, D5 and 23. RGB value is (128,213,35). Sum of RGB (Red+Green+Blue) = 128+213+35=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #80D523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D523 is #7F2ADC. Grayscale: #A7A7A7. Windows color (decimal): -8334045 or 2348416. OLE color: 2348416.
HSL color Cylindrical-coordinate representation of color #80D523: hue angle of 88.65º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80D523 is Cyan = 0.40, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 35 | - |
| CMYK | 0.40 | 0 | 0.84 | 0.16 |
| HSL | 88.65º | 0.72% | 0.49% | - |
| HSV(B) | 88.65º | 0.84% | 0.84% | - |
| XYZ | 33 | 52.3 | 9.95 | - |
| YUV | 167.29 | 53.34 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 35 | 0.40 | 0 | 0.84 | 0.16 | 88.65 | 0.72 | 0.49 |
| Hex | 80 | D5 | 23 | 28 | 0 | 54 | 10 | 59 | 48 | 31 |
| Octal | 200 | 325 | 43 | 50 | 0 | 124 | 20 | 131 | 110 | 61 |
| Binary | 10000000 | 11010101 | 100011 | 101000 | 0 | 1010100 | 10000 | 1011001 | 1001000 | 110001 |
Color Harmonies of #80D523
Complementary color
Monochromatic Colors of #80D523
Black with #80D523
Text Example
Text Example
White with #80D523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D523; }
p { color: rgb(128,213,35); }
H1.HeaderClassName
{
color: #80D523;
}
.AnyTagClassName
{
color: #80D523;
}
</style>
background-color css
<style>
a { background-color: #80D523; }
a { background-color: rgb(128,213,35); }
div.DivClassName
{
background-color: #80D523;
}
.BgClassName
{
background-color: #80D523;
}
</style>
border-color css
<style>
span { border-color: #80D523; }
span { border-color: rgb(128,213,35); }
td.TdClassName
{
border-color: #80D523;
}
.TagClassName
{
border-color: #80D523;
}
</style>