Shades of Yellow Green #80D733
Tints of Yellow Green #80D733
RGB
CMYK
RGB Variations
Color information
#80D733 (or 0x80D733) is known color: Yellow Green. HEX triplet: 80, D7 and 33. RGB value is (128,215,51). Sum of RGB (Red+Green+Blue) = 128+215+51=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 215 (84.38% from 255 or 54.57% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 215 - color contains mainly: green. Hex color #80D733 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D733 is #7F28CC. Grayscale: #AAAAAA. Windows color (decimal): -8333517 or 3397504. OLE color: 3397504.
HSL color Cylindrical-coordinate representation of color #80D733: hue angle of 91.83º degrees, saturation: 0.67, 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 #80D733 is Cyan = 0.40, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 51 | - |
| CMYK | 0.40 | 0 | 0.76 | 0.16 |
| HSL | 91.83º | 0.67% | 0.52% | - |
| HSV(B) | 91.83º | 0.76% | 0.84% | - |
| XYZ | 33.8 | 53.43 | 11.66 | - |
| YUV | 170.29 | 60.68 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 51 | 0.40 | 0 | 0.76 | 0.16 | 91.83 | 0.67 | 0.52 |
| Hex | 80 | D7 | 33 | 28 | 0 | 4C | 10 | 5C | 43 | 34 |
| Octal | 200 | 327 | 63 | 50 | 0 | 114 | 20 | 134 | 103 | 64 |
| Binary | 10000000 | 11010111 | 110011 | 101000 | 0 | 1001100 | 10000 | 1011100 | 1000011 | 110100 |
Color Harmonies of #80D733
Complementary color
Monochromatic Colors of #80D733
Black with #80D733
Text Example
Text Example
White with #80D733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D733; }
p { color: rgb(128,215,51); }
H1.HeaderClassName
{
color: #80D733;
}
.AnyTagClassName
{
color: #80D733;
}
</style>
background-color css
<style>
a { background-color: #80D733; }
a { background-color: rgb(128,215,51); }
div.DivClassName
{
background-color: #80D733;
}
.BgClassName
{
background-color: #80D733;
}
</style>
border-color css
<style>
span { border-color: #80D733; }
span { border-color: rgb(128,215,51); }
td.TdClassName
{
border-color: #80D733;
}
.TagClassName
{
border-color: #80D733;
}
</style>