Shades of Yellow Green #80D216
Tints of Yellow Green #80D216
RGB
CMYK
RGB Variations
Color information
#80D216 (or 0x80D216) is known color: Yellow Green. HEX triplet: 80, D2 and 16. RGB value is (128,210,22). Sum of RGB (Red+Green+Blue) = 128+210+22=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #80D216 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D216 is #7F2DE9. Grayscale: #A4A4A4. Windows color (decimal): -8334826 or 1495680. OLE color: 1495680.
HSL color Cylindrical-coordinate representation of color #80D216: hue angle of 86.17º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D216 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 22 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.18 |
| HSL | 86.17º | 0.81% | 0.45% | - |
| HSV(B) | 86.17º | 0.9% | 0.82% | - |
| XYZ | 32.09 | 50.74 | 8.86 | - |
| YUV | 164.05 | 47.83 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 22 | 0.39 | 0 | 0.90 | 0.18 | 86.17 | 0.81 | 0.45 |
| Hex | 80 | D2 | 16 | 27 | 0 | 5A | 12 | 56 | 51 | 2D |
| Octal | 200 | 322 | 26 | 47 | 0 | 132 | 22 | 126 | 121 | 55 |
| Binary | 10000000 | 11010010 | 10110 | 100111 | 0 | 1011010 | 10010 | 1010110 | 1010001 | 101101 |
Color Harmonies of #80D216
Complementary color
Monochromatic Colors of #80D216
Black with #80D216
Text Example
Text Example
White with #80D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D216; }
p { color: rgb(128,210,22); }
H1.HeaderClassName
{
color: #80D216;
}
.AnyTagClassName
{
color: #80D216;
}
</style>
background-color css
<style>
a { background-color: #80D216; }
a { background-color: rgb(128,210,22); }
div.DivClassName
{
background-color: #80D216;
}
.BgClassName
{
background-color: #80D216;
}
</style>
border-color css
<style>
span { border-color: #80D216; }
span { border-color: rgb(128,210,22); }
td.TdClassName
{
border-color: #80D216;
}
.TagClassName
{
border-color: #80D216;
}
</style>