Shades of Yellow Green #80D11B
Tints of Yellow Green #80D11B
RGB
CMYK
RGB Variations
Color information
#80D11B (or 0x80D11B) is known color: Yellow Green. HEX triplet: 80, D1 and 1B. RGB value is (128,209,27). Sum of RGB (Red+Green+Blue) = 128+209+27=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 209 (82.03% from 255 or 57.42% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 209 - color contains mainly: green. Hex color #80D11B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D11B is #7F2EE4. Grayscale: #A4A4A4. Windows color (decimal): -8335077 or 1823104. OLE color: 1823104.
HSL color Cylindrical-coordinate representation of color #80D11B: hue angle of 86.7º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80D11B is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 27 | - |
| CMYK | 0.39 | 0 | 0.87 | 0.18 |
| HSL | 86.7º | 0.77% | 0.46% | - |
| HSV(B) | 86.7º | 0.87% | 0.82% | - |
| XYZ | 31.9 | 50.27 | 9.06 | - |
| YUV | 164.03 | 50.66 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 27 | 0.39 | 0 | 0.87 | 0.18 | 86.7 | 0.77 | 0.46 |
| Hex | 80 | D1 | 1B | 27 | 0 | 57 | 12 | 57 | 4D | 2E |
| Octal | 200 | 321 | 33 | 47 | 0 | 127 | 22 | 127 | 115 | 56 |
| Binary | 10000000 | 11010001 | 11011 | 100111 | 0 | 1010111 | 10010 | 1010111 | 1001101 | 101110 |
Color Harmonies of #80D11B
Complementary color
Monochromatic Colors of #80D11B
Black with #80D11B
Text Example
Text Example
White with #80D11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D11B; }
p { color: rgb(128,209,27); }
H1.HeaderClassName
{
color: #80D11B;
}
.AnyTagClassName
{
color: #80D11B;
}
</style>
background-color css
<style>
a { background-color: #80D11B; }
a { background-color: rgb(128,209,27); }
div.DivClassName
{
background-color: #80D11B;
}
.BgClassName
{
background-color: #80D11B;
}
</style>
border-color css
<style>
span { border-color: #80D11B; }
span { border-color: rgb(128,209,27); }
td.TdClassName
{
border-color: #80D11B;
}
.TagClassName
{
border-color: #80D11B;
}
</style>