Shades of Yellow Green #80D225
Tints of Yellow Green #80D225
RGB
CMYK
RGB Variations
Color information
#80D225 (or 0x80D225) is known color: Yellow Green. HEX triplet: 80, D2 and 25. RGB value is (128,210,37). Sum of RGB (Red+Green+Blue) = 128+210+37=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #80D225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D225 is #7F2DDA. Grayscale: #A6A6A6. Windows color (decimal): -8334811 or 2478720. OLE color: 2478720.
HSL color Cylindrical-coordinate representation of color #80D225: hue angle of 88.44º 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 #80D225 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 37 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.18 |
| HSL | 88.44º | 0.7% | 0.48% | - |
| HSV(B) | 88.44º | 0.82% | 0.82% | - |
| XYZ | 32.28 | 50.82 | 9.86 | - |
| YUV | 165.76 | 55.33 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 37 | 0.39 | 0 | 0.82 | 0.18 | 88.44 | 0.7 | 0.48 |
| Hex | 80 | D2 | 25 | 27 | 0 | 52 | 12 | 58 | 46 | 30 |
| Octal | 200 | 322 | 45 | 47 | 0 | 122 | 22 | 130 | 106 | 60 |
| Binary | 10000000 | 11010010 | 100101 | 100111 | 0 | 1010010 | 10010 | 1011000 | 1000110 | 110000 |
Color Harmonies of #80D225
Complementary color
Monochromatic Colors of #80D225
Black with #80D225
Text Example
Text Example
White with #80D225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D225; }
p { color: rgb(128,210,37); }
H1.HeaderClassName
{
color: #80D225;
}
.AnyTagClassName
{
color: #80D225;
}
</style>
background-color css
<style>
a { background-color: #80D225; }
a { background-color: rgb(128,210,37); }
div.DivClassName
{
background-color: #80D225;
}
.BgClassName
{
background-color: #80D225;
}
</style>
border-color css
<style>
span { border-color: #80D225; }
span { border-color: rgb(128,210,37); }
td.TdClassName
{
border-color: #80D225;
}
.TagClassName
{
border-color: #80D225;
}
</style>