Shades of Yellow Green #80D71C
Tints of Yellow Green #80D71C
RGB
CMYK
RGB Variations
Color information
#80D71C (or 0x80D71C) is known color: Yellow Green. HEX triplet: 80, D7 and 1C. RGB value is (128,215,28). Sum of RGB (Red+Green+Blue) = 128+215+28=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #80D71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D71C is #7F28E3. Grayscale: #A8A8A8. Windows color (decimal): -8333540 or 1890176. OLE color: 1890176.
HSL color Cylindrical-coordinate representation of color #80D71C: hue angle of 87.91º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80D71C is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 28 | - |
| CMYK | 0.40 | 0 | 0.87 | 0.16 |
| HSL | 87.91º | 0.77% | 0.48% | - |
| HSV(B) | 87.91º | 0.87% | 0.84% | - |
| XYZ | 33.41 | 53.27 | 9.62 | - |
| YUV | 167.67 | 49.18 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 28 | 0.40 | 0 | 0.87 | 0.16 | 87.91 | 0.77 | 0.48 |
| Hex | 80 | D7 | 1C | 28 | 0 | 57 | 10 | 58 | 4D | 30 |
| Octal | 200 | 327 | 34 | 50 | 0 | 127 | 20 | 130 | 115 | 60 |
| Binary | 10000000 | 11010111 | 11100 | 101000 | 0 | 1010111 | 10000 | 1011000 | 1001101 | 110000 |
Color Harmonies of #80D71C
Complementary color
Monochromatic Colors of #80D71C
Black with #80D71C
Text Example
Text Example
White with #80D71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D71C; }
p { color: rgb(128,215,28); }
H1.HeaderClassName
{
color: #80D71C;
}
.AnyTagClassName
{
color: #80D71C;
}
</style>
background-color css
<style>
a { background-color: #80D71C; }
a { background-color: rgb(128,215,28); }
div.DivClassName
{
background-color: #80D71C;
}
.BgClassName
{
background-color: #80D71C;
}
</style>
border-color css
<style>
span { border-color: #80D71C; }
span { border-color: rgb(128,215,28); }
td.TdClassName
{
border-color: #80D71C;
}
.TagClassName
{
border-color: #80D71C;
}
</style>