Shades of Yellow Green #80DC25
Tints of Yellow Green #80DC25
RGB
CMYK
RGB Variations
Color information
#80DC25 (or 0x80DC25) is known color: Yellow Green. HEX triplet: 80, DC and 25. RGB value is (128,220,37). Sum of RGB (Red+Green+Blue) = 128+220+37=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC25 is #7F23DA. Grayscale: #ACACAC. Windows color (decimal): -8332251 or 2481280. OLE color: 2481280.
HSL color Cylindrical-coordinate representation of color #80DC25: hue angle of 90.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80DC25 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 37 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.14 |
| HSL | 90.16º | 0.72% | 0.5% | - |
| HSV(B) | 90.16º | 0.83% | 0.86% | - |
| XYZ | 34.83 | 55.91 | 10.71 | - |
| YUV | 171.63 | 52.02 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 37 | 0.42 | 0 | 0.83 | 0.14 | 90.16 | 0.72 | 0.5 |
| Hex | 80 | DC | 25 | 2A | 0 | 53 | E | 5A | 48 | 32 |
| Octal | 200 | 334 | 45 | 52 | 0 | 123 | 16 | 132 | 110 | 62 |
| Binary | 10000000 | 11011100 | 100101 | 101010 | 0 | 1010011 | 1110 | 1011010 | 1001000 | 110010 |
Color Harmonies of #80DC25
Complementary color
Monochromatic Colors of #80DC25
Black with #80DC25
Text Example
Text Example
White with #80DC25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC25; }
p { color: rgb(128,220,37); }
H1.HeaderClassName
{
color: #80DC25;
}
.AnyTagClassName
{
color: #80DC25;
}
</style>
background-color css
<style>
a { background-color: #80DC25; }
a { background-color: rgb(128,220,37); }
div.DivClassName
{
background-color: #80DC25;
}
.BgClassName
{
background-color: #80DC25;
}
</style>
border-color css
<style>
span { border-color: #80DC25; }
span { border-color: rgb(128,220,37); }
td.TdClassName
{
border-color: #80DC25;
}
.TagClassName
{
border-color: #80DC25;
}
</style>