Shades of Yellow Green #80D230
Tints of Yellow Green #80D230
RGB
CMYK
RGB Variations
Color information
#80D230 (or 0x80D230) is known color: Yellow Green. HEX triplet: 80, D2 and 30. RGB value is (128,210,48). Sum of RGB (Red+Green+Blue) = 128+210+48=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #80D230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D230 is #7F2DCF. Grayscale: #A7A7A7. Windows color (decimal): -8334800 or 3199616. OLE color: 3199616.
HSL color Cylindrical-coordinate representation of color #80D230: hue angle of 90.37º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80D230 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 48 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.18 |
| HSL | 90.37º | 0.64% | 0.51% | - |
| HSV(B) | 90.37º | 0.77% | 0.82% | - |
| XYZ | 32.48 | 50.9 | 10.91 | - |
| YUV | 167.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 48 | 0.39 | 0 | 0.77 | 0.18 | 90.37 | 0.64 | 0.51 |
| Hex | 80 | D2 | 30 | 27 | 0 | 4D | 12 | 5A | 40 | 33 |
| Octal | 200 | 322 | 60 | 47 | 0 | 115 | 22 | 132 | 100 | 63 |
| Binary | 10000000 | 11010010 | 110000 | 100111 | 0 | 1001101 | 10010 | 1011010 | 1000000 | 110011 |
Color Harmonies of #80D230
Complementary color
Monochromatic Colors of #80D230
Black with #80D230
Text Example
Text Example
White with #80D230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D230; }
p { color: rgb(128,210,48); }
H1.HeaderClassName
{
color: #80D230;
}
.AnyTagClassName
{
color: #80D230;
}
</style>
background-color css
<style>
a { background-color: #80D230; }
a { background-color: rgb(128,210,48); }
div.DivClassName
{
background-color: #80D230;
}
.BgClassName
{
background-color: #80D230;
}
</style>
border-color css
<style>
span { border-color: #80D230; }
span { border-color: rgb(128,210,48); }
td.TdClassName
{
border-color: #80D230;
}
.TagClassName
{
border-color: #80D230;
}
</style>