Shades of Yellow Green #80D534
Tints of Yellow Green #80D534
RGB
CMYK
RGB Variations
Color information
#80D534 (or 0x80D534) is known color: Yellow Green. HEX triplet: 80, D5 and 34. RGB value is (128,213,52). Sum of RGB (Red+Green+Blue) = 128+213+52=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #80D534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D534 is #7F2ACB. Grayscale: #A9A9A9. Windows color (decimal): -8334028 or 3462528. OLE color: 3462528.
HSL color Cylindrical-coordinate representation of color #80D534: hue angle of 91.68º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80D534 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 52 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.16 |
| HSL | 91.68º | 0.66% | 0.52% | - |
| HSV(B) | 91.68º | 0.76% | 0.84% | - |
| XYZ | 33.32 | 52.43 | 11.61 | - |
| YUV | 169.23 | 61.84 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 52 | 0.40 | 0 | 0.76 | 0.16 | 91.68 | 0.66 | 0.52 |
| Hex | 80 | D5 | 34 | 28 | 0 | 4C | 10 | 5C | 42 | 34 |
| Octal | 200 | 325 | 64 | 50 | 0 | 114 | 20 | 134 | 102 | 64 |
| Binary | 10000000 | 11010101 | 110100 | 101000 | 0 | 1001100 | 10000 | 1011100 | 1000010 | 110100 |
Color Harmonies of #80D534
Complementary color
Monochromatic Colors of #80D534
Black with #80D534
Text Example
Text Example
White with #80D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D534; }
p { color: rgb(128,213,52); }
H1.HeaderClassName
{
color: #80D534;
}
.AnyTagClassName
{
color: #80D534;
}
</style>
background-color css
<style>
a { background-color: #80D534; }
a { background-color: rgb(128,213,52); }
div.DivClassName
{
background-color: #80D534;
}
.BgClassName
{
background-color: #80D534;
}
</style>
border-color css
<style>
span { border-color: #80D534; }
span { border-color: rgb(128,213,52); }
td.TdClassName
{
border-color: #80D534;
}
.TagClassName
{
border-color: #80D534;
}
</style>