Shades of Yellow Green #80D61D
Tints of Yellow Green #80D61D
RGB
CMYK
RGB Variations
Color information
#80D61D (or 0x80D61D) is known color: Yellow Green. HEX triplet: 80, D6 and 1D. RGB value is (128,214,29). Sum of RGB (Red+Green+Blue) = 128+214+29=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #80D61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D61D is #7F29E2. Grayscale: #A7A7A7. Windows color (decimal): -8333795 or 1955456. OLE color: 1955456.
HSL color Cylindrical-coordinate representation of color #80D61D: hue angle of 87.89º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80D61D is Cyan = 0.40, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 29 | - |
| CMYK | 0.40 | 0 | 0.86 | 0.16 |
| HSL | 87.89º | 0.76% | 0.48% | - |
| HSV(B) | 87.89º | 0.86% | 0.84% | - |
| XYZ | 33.17 | 52.77 | 9.6 | - |
| YUV | 167.2 | 50.01 | 100.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 29 | 0.40 | 0 | 0.86 | 0.16 | 87.89 | 0.76 | 0.48 |
| Hex | 80 | D6 | 1D | 28 | 0 | 56 | 10 | 58 | 4C | 30 |
| Octal | 200 | 326 | 35 | 50 | 0 | 126 | 20 | 130 | 114 | 60 |
| Binary | 10000000 | 11010110 | 11101 | 101000 | 0 | 1010110 | 10000 | 1011000 | 1001100 | 110000 |
Color Harmonies of #80D61D
Complementary color
Monochromatic Colors of #80D61D
Black with #80D61D
Text Example
Text Example
White with #80D61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D61D; }
p { color: rgb(128,214,29); }
H1.HeaderClassName
{
color: #80D61D;
}
.AnyTagClassName
{
color: #80D61D;
}
</style>
background-color css
<style>
a { background-color: #80D61D; }
a { background-color: rgb(128,214,29); }
div.DivClassName
{
background-color: #80D61D;
}
.BgClassName
{
background-color: #80D61D;
}
</style>
border-color css
<style>
span { border-color: #80D61D; }
span { border-color: rgb(128,214,29); }
td.TdClassName
{
border-color: #80D61D;
}
.TagClassName
{
border-color: #80D61D;
}
</style>