Shades of Yellow Green #80D125
Tints of Yellow Green #80D125
RGB
CMYK
RGB Variations
Color information
#80D125 (or 0x80D125) is known color: Yellow Green. HEX triplet: 80, D1 and 25. RGB value is (128,209,37). Sum of RGB (Red+Green+Blue) = 128+209+37=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 209 (82.03% from 255 or 55.88% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 209 - color contains mainly: green. Hex color #80D125 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D125 is #7F2EDA. Grayscale: #A5A5A5. Windows color (decimal): -8335067 or 2478464. OLE color: 2478464.
HSL color Cylindrical-coordinate representation of color #80D125: hue angle of 88.26º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80D125 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 37 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.18 |
| HSL | 88.26º | 0.7% | 0.48% | - |
| HSV(B) | 88.26º | 0.82% | 0.82% | - |
| XYZ | 32.04 | 50.32 | 9.78 | - |
| YUV | 165.17 | 55.66 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 37 | 0.39 | 0 | 0.82 | 0.18 | 88.26 | 0.7 | 0.48 |
| Hex | 80 | D1 | 25 | 27 | 0 | 52 | 12 | 58 | 46 | 30 |
| Octal | 200 | 321 | 45 | 47 | 0 | 122 | 22 | 130 | 106 | 60 |
| Binary | 10000000 | 11010001 | 100101 | 100111 | 0 | 1010010 | 10010 | 1011000 | 1000110 | 110000 |
Color Harmonies of #80D125
Complementary color
Monochromatic Colors of #80D125
Black with #80D125
Text Example
Text Example
White with #80D125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D125; }
p { color: rgb(128,209,37); }
H1.HeaderClassName
{
color: #80D125;
}
.AnyTagClassName
{
color: #80D125;
}
</style>
background-color css
<style>
a { background-color: #80D125; }
a { background-color: rgb(128,209,37); }
div.DivClassName
{
background-color: #80D125;
}
.BgClassName
{
background-color: #80D125;
}
</style>
border-color css
<style>
span { border-color: #80D125; }
span { border-color: rgb(128,209,37); }
td.TdClassName
{
border-color: #80D125;
}
.TagClassName
{
border-color: #80D125;
}
</style>