Shades of Yellow Green #80DA23
Tints of Yellow Green #80DA23
RGB
CMYK
RGB Variations
Color information
#80DA23 (or 0x80DA23) is known color: Yellow Green. HEX triplet: 80, DA and 23. RGB value is (128,218,35). Sum of RGB (Red+Green+Blue) = 128+218+35=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA23 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DA23 is #7F25DC. Grayscale: #AAAAAA. Windows color (decimal): -8332765 or 2349696. OLE color: 2349696.
HSL color Cylindrical-coordinate representation of color #80DA23: hue angle of 89.51º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80DA23 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 35 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.15 |
| HSL | 89.51º | 0.72% | 0.5% | - |
| HSV(B) | 89.51º | 0.84% | 0.85% | - |
| XYZ | 34.28 | 54.85 | 10.37 | - |
| YUV | 170.23 | 51.68 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 35 | 0.41 | 0 | 0.84 | 0.15 | 89.51 | 0.72 | 0.5 |
| Hex | 80 | DA | 23 | 29 | 0 | 54 | F | 5A | 48 | 32 |
| Octal | 200 | 332 | 43 | 51 | 0 | 124 | 17 | 132 | 110 | 62 |
| Binary | 10000000 | 11011010 | 100011 | 101001 | 0 | 1010100 | 1111 | 1011010 | 1001000 | 110010 |
Color Harmonies of #80DA23
Complementary color
Monochromatic Colors of #80DA23
Black with #80DA23
Text Example
Text Example
White with #80DA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA23; }
p { color: rgb(128,218,35); }
H1.HeaderClassName
{
color: #80DA23;
}
.AnyTagClassName
{
color: #80DA23;
}
</style>
background-color css
<style>
a { background-color: #80DA23; }
a { background-color: rgb(128,218,35); }
div.DivClassName
{
background-color: #80DA23;
}
.BgClassName
{
background-color: #80DA23;
}
</style>
border-color css
<style>
span { border-color: #80DA23; }
span { border-color: rgb(128,218,35); }
td.TdClassName
{
border-color: #80DA23;
}
.TagClassName
{
border-color: #80DA23;
}
</style>