Shades of Yellow Green #80DD25
Tints of Yellow Green #80DD25
RGB
CMYK
RGB Variations
Color information
#80DD25 (or 0x80DD25) is known color: Yellow Green. HEX triplet: 80, DD and 25. RGB value is (128,221,37). Sum of RGB (Red+Green+Blue) = 128+221+37=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 37 (14.84% from 255 or 9.59% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD25 is #7F22DA. Grayscale: #ACACAC. Windows color (decimal): -8331995 or 2481536. OLE color: 2481536.
HSL color Cylindrical-coordinate representation of color #80DD25: hue angle of 90.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80DD25 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 37 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.13 |
| HSL | 90.33º | 0.73% | 0.51% | - |
| HSV(B) | 90.33º | 0.83% | 0.87% | - |
| XYZ | 35.09 | 56.44 | 10.79 | - |
| YUV | 172.22 | 51.69 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 37 | 0.42 | 0 | 0.83 | 0.13 | 90.33 | 0.73 | 0.51 |
| Hex | 80 | DD | 25 | 2A | 0 | 53 | D | 5A | 49 | 33 |
| Octal | 200 | 335 | 45 | 52 | 0 | 123 | 15 | 132 | 111 | 63 |
| Binary | 10000000 | 11011101 | 100101 | 101010 | 0 | 1010011 | 1101 | 1011010 | 1001001 | 110011 |
Color Harmonies of #80DD25
Complementary color
Monochromatic Colors of #80DD25
Black with #80DD25
Text Example
Text Example
White with #80DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD25; }
p { color: rgb(128,221,37); }
H1.HeaderClassName
{
color: #80DD25;
}
.AnyTagClassName
{
color: #80DD25;
}
</style>
background-color css
<style>
a { background-color: #80DD25; }
a { background-color: rgb(128,221,37); }
div.DivClassName
{
background-color: #80DD25;
}
.BgClassName
{
background-color: #80DD25;
}
</style>
border-color css
<style>
span { border-color: #80DD25; }
span { border-color: rgb(128,221,37); }
td.TdClassName
{
border-color: #80DD25;
}
.TagClassName
{
border-color: #80DD25;
}
</style>