Shades of Yellow Green #80D625
Tints of Yellow Green #80D625
RGB
CMYK
RGB Variations
Color information
#80D625 (or 0x80D625) is known color: Yellow Green. HEX triplet: 80, D6 and 25. RGB value is (128,214,37). Sum of RGB (Red+Green+Blue) = 128+214+37=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #80D625 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D625 is #7F29DA. Grayscale: #A8A8A8. Windows color (decimal): -8333787 or 2479744. OLE color: 2479744.
HSL color Cylindrical-coordinate representation of color #80D625: hue angle of 89.15º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80D625 is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 37 | - |
| CMYK | 0.40 | 0 | 0.83 | 0.16 |
| HSL | 89.15º | 0.71% | 0.49% | - |
| HSV(B) | 89.15º | 0.83% | 0.84% | - |
| XYZ | 33.28 | 52.82 | 10.19 | - |
| YUV | 168.11 | 54.01 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 37 | 0.40 | 0 | 0.83 | 0.16 | 89.15 | 0.71 | 0.49 |
| Hex | 80 | D6 | 25 | 28 | 0 | 53 | 10 | 59 | 47 | 31 |
| Octal | 200 | 326 | 45 | 50 | 0 | 123 | 20 | 131 | 107 | 61 |
| Binary | 10000000 | 11010110 | 100101 | 101000 | 0 | 1010011 | 10000 | 1011001 | 1000111 | 110001 |
Color Harmonies of #80D625
Complementary color
Monochromatic Colors of #80D625
Black with #80D625
Text Example
Text Example
White with #80D625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D625; }
p { color: rgb(128,214,37); }
H1.HeaderClassName
{
color: #80D625;
}
.AnyTagClassName
{
color: #80D625;
}
</style>
background-color css
<style>
a { background-color: #80D625; }
a { background-color: rgb(128,214,37); }
div.DivClassName
{
background-color: #80D625;
}
.BgClassName
{
background-color: #80D625;
}
</style>
border-color css
<style>
span { border-color: #80D625; }
span { border-color: rgb(128,214,37); }
td.TdClassName
{
border-color: #80D625;
}
.TagClassName
{
border-color: #80D625;
}
</style>