Shades of Yellow Green #80D830
Tints of Yellow Green #80D830
RGB
CMYK
RGB Variations
Color information
#80D830 (or 0x80D830) is known color: Yellow Green. HEX triplet: 80, D8 and 30. RGB value is (128,216,48). Sum of RGB (Red+Green+Blue) = 128+216+48=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 48 (19.14% from 255 or 12.24% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #80D830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D830 is #7F27CF. Grayscale: #ABABAB. Windows color (decimal): -8333264 or 3201152. OLE color: 3201152.
HSL color Cylindrical-coordinate representation of color #80D830: hue angle of 91.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80D830 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 216 | 48 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.15 |
| HSL | 91.43º | 0.68% | 0.52% | - |
| HSV(B) | 91.43º | 0.78% | 0.85% | - |
| XYZ | 33.99 | 53.91 | 11.41 | - |
| YUV | 170.54 | 58.85 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 216 | 48 | 0.41 | 0 | 0.78 | 0.15 | 91.43 | 0.68 | 0.52 |
| Hex | 80 | D8 | 30 | 29 | 0 | 4E | F | 5B | 44 | 34 |
| Octal | 200 | 330 | 60 | 51 | 0 | 116 | 17 | 133 | 104 | 64 |
| Binary | 10000000 | 11011000 | 110000 | 101001 | 0 | 1001110 | 1111 | 1011011 | 1000100 | 110100 |
Color Harmonies of #80D830
Complementary color
Monochromatic Colors of #80D830
Black with #80D830
Text Example
Text Example
White with #80D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D830; }
p { color: rgb(128,216,48); }
H1.HeaderClassName
{
color: #80D830;
}
.AnyTagClassName
{
color: #80D830;
}
</style>
background-color css
<style>
a { background-color: #80D830; }
a { background-color: rgb(128,216,48); }
div.DivClassName
{
background-color: #80D830;
}
.BgClassName
{
background-color: #80D830;
}
</style>
border-color css
<style>
span { border-color: #80D830; }
span { border-color: rgb(128,216,48); }
td.TdClassName
{
border-color: #80D830;
}
.TagClassName
{
border-color: #80D830;
}
</style>