Shades of Yellow Green #80DB1B
Tints of Yellow Green #80DB1B
RGB
CMYK
RGB Variations
Color information
#80DB1B (or 0x80DB1B) is known color: Yellow Green. HEX triplet: 80, DB and 1B. RGB value is (128,219,27). Sum of RGB (Red+Green+Blue) = 128+219+27=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 27 (10.94% from 255 or 7.22% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DB1B is #7F24E4. Grayscale: #AAAAAA. Windows color (decimal): -8332517 or 1825664. OLE color: 1825664.
HSL color Cylindrical-coordinate representation of color #80DB1B: hue angle of 88.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80DB1B is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 27 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.14 |
| HSL | 88.44º | 0.78% | 0.48% | - |
| HSV(B) | 88.44º | 0.88% | 0.86% | - |
| XYZ | 34.43 | 55.33 | 9.9 | - |
| YUV | 169.9 | 47.35 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 27 | 0.42 | 0 | 0.88 | 0.14 | 88.44 | 0.78 | 0.48 |
| Hex | 80 | DB | 1B | 2A | 0 | 58 | E | 58 | 4E | 30 |
| Octal | 200 | 333 | 33 | 52 | 0 | 130 | 16 | 130 | 116 | 60 |
| Binary | 10000000 | 11011011 | 11011 | 101010 | 0 | 1011000 | 1110 | 1011000 | 1001110 | 110000 |
Color Harmonies of #80DB1B
Complementary color
Monochromatic Colors of #80DB1B
Black with #80DB1B
Text Example
Text Example
White with #80DB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB1B; }
p { color: rgb(128,219,27); }
H1.HeaderClassName
{
color: #80DB1B;
}
.AnyTagClassName
{
color: #80DB1B;
}
</style>
background-color css
<style>
a { background-color: #80DB1B; }
a { background-color: rgb(128,219,27); }
div.DivClassName
{
background-color: #80DB1B;
}
.BgClassName
{
background-color: #80DB1B;
}
</style>
border-color css
<style>
span { border-color: #80DB1B; }
span { border-color: rgb(128,219,27); }
td.TdClassName
{
border-color: #80DB1B;
}
.TagClassName
{
border-color: #80DB1B;
}
</style>