Shades of Yellow Green #80D423
Tints of Yellow Green #80D423
RGB
CMYK
RGB Variations
Color information
#80D423 (or 0x80D423) is known color: Yellow Green. HEX triplet: 80, D4 and 23. RGB value is (128,212,35). Sum of RGB (Red+Green+Blue) = 128+212+35=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 212 (83.20% from 255 or 56.53% from 375); Blue value is 35 (14.06% from 255 or 9.33% from 375); Max value from RGB is 212 - color contains mainly: green. Hex color #80D423 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D423 is #7F2BDC. Grayscale: #A7A7A7. Windows color (decimal): -8334301 or 2348160. OLE color: 2348160.
HSL color Cylindrical-coordinate representation of color #80D423: hue angle of 88.47º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80D423 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 212 | 35 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.17 |
| HSL | 88.47º | 0.72% | 0.48% | - |
| HSV(B) | 88.47º | 0.83% | 0.83% | - |
| XYZ | 32.75 | 51.8 | 9.86 | - |
| YUV | 166.71 | 53.67 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 212 | 35 | 0.40 | 0 | 0.83 | 0.17 | 88.47 | 0.72 | 0.48 |
| Hex | 80 | D4 | 23 | 28 | 0 | 53 | 11 | 58 | 48 | 30 |
| Octal | 200 | 324 | 43 | 50 | 0 | 123 | 21 | 130 | 110 | 60 |
| Binary | 10000000 | 11010100 | 100011 | 101000 | 0 | 1010011 | 10001 | 1011000 | 1001000 | 110000 |
Color Harmonies of #80D423
Complementary color
Monochromatic Colors of #80D423
Black with #80D423
Text Example
Text Example
White with #80D423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D423; }
p { color: rgb(128,212,35); }
H1.HeaderClassName
{
color: #80D423;
}
.AnyTagClassName
{
color: #80D423;
}
</style>
background-color css
<style>
a { background-color: #80D423; }
a { background-color: rgb(128,212,35); }
div.DivClassName
{
background-color: #80D423;
}
.BgClassName
{
background-color: #80D423;
}
</style>
border-color css
<style>
span { border-color: #80D423; }
span { border-color: rgb(128,212,35); }
td.TdClassName
{
border-color: #80D423;
}
.TagClassName
{
border-color: #80D423;
}
</style>