Shades of Yellow Green #80DD1B
Tints of Yellow Green #80DD1B
RGB
CMYK
RGB Variations
Color information
#80DD1B (or 0x80DD1B) is known color: Yellow Green. HEX triplet: 80, DD and 1B. RGB value is (128,221,27). Sum of RGB (Red+Green+Blue) = 128+221+27=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DD1B is #7F22E4. Grayscale: #ABABAB. Windows color (decimal): -8332005 or 1826176. OLE color: 1826176.
HSL color Cylindrical-coordinate representation of color #80DD1B: hue angle of 88.76º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80DD1B is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 221 | 27 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.13 |
| HSL | 88.76º | 0.78% | 0.49% | - |
| HSV(B) | 88.76º | 0.88% | 0.87% | - |
| XYZ | 34.96 | 56.38 | 10.08 | - |
| YUV | 171.08 | 46.69 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 221 | 27 | 0.42 | 0 | 0.88 | 0.13 | 88.76 | 0.78 | 0.49 |
| Hex | 80 | DD | 1B | 2A | 0 | 58 | D | 59 | 4E | 31 |
| Octal | 200 | 335 | 33 | 52 | 0 | 130 | 15 | 131 | 116 | 61 |
| Binary | 10000000 | 11011101 | 11011 | 101010 | 0 | 1011000 | 1101 | 1011001 | 1001110 | 110001 |
Color Harmonies of #80DD1B
Complementary color
Monochromatic Colors of #80DD1B
Black with #80DD1B
Text Example
Text Example
White with #80DD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DD1B; }
p { color: rgb(128,221,27); }
H1.HeaderClassName
{
color: #80DD1B;
}
.AnyTagClassName
{
color: #80DD1B;
}
</style>
background-color css
<style>
a { background-color: #80DD1B; }
a { background-color: rgb(128,221,27); }
div.DivClassName
{
background-color: #80DD1B;
}
.BgClassName
{
background-color: #80DD1B;
}
</style>
border-color css
<style>
span { border-color: #80DD1B; }
span { border-color: rgb(128,221,27); }
td.TdClassName
{
border-color: #80DD1B;
}
.TagClassName
{
border-color: #80DD1B;
}
</style>