Shades of Yellow Green #80D22C
Tints of Yellow Green #80D22C
RGB
CMYK
RGB Variations
Color information
#80D22C (or 0x80D22C) is known color: Yellow Green. HEX triplet: 80, D2 and 2C. RGB value is (128,210,44). Sum of RGB (Red+Green+Blue) = 128+210+44=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 210 (82.42% from 255 or 54.97% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 210 - color contains mainly: green. Hex color #80D22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D22C is #7F2DD3. Grayscale: #A7A7A7. Windows color (decimal): -8334804 or 2937472. OLE color: 2937472.
HSL color Cylindrical-coordinate representation of color #80D22C: hue angle of 89.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80D22C is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 44 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.18 |
| HSL | 89.64º | 0.65% | 0.5% | - |
| HSV(B) | 89.64º | 0.79% | 0.82% | - |
| XYZ | 32.4 | 50.86 | 10.49 | - |
| YUV | 166.56 | 58.83 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 44 | 0.39 | 0 | 0.79 | 0.18 | 89.64 | 0.65 | 0.5 |
| Hex | 80 | D2 | 2C | 27 | 0 | 4F | 12 | 5A | 41 | 32 |
| Octal | 200 | 322 | 54 | 47 | 0 | 117 | 22 | 132 | 101 | 62 |
| Binary | 10000000 | 11010010 | 101100 | 100111 | 0 | 1001111 | 10010 | 1011010 | 1000001 | 110010 |
Color Harmonies of #80D22C
Complementary color
Monochromatic Colors of #80D22C
Black with #80D22C
Text Example
Text Example
White with #80D22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D22C; }
p { color: rgb(128,210,44); }
H1.HeaderClassName
{
color: #80D22C;
}
.AnyTagClassName
{
color: #80D22C;
}
</style>
background-color css
<style>
a { background-color: #80D22C; }
a { background-color: rgb(128,210,44); }
div.DivClassName
{
background-color: #80D22C;
}
.BgClassName
{
background-color: #80D22C;
}
</style>
border-color css
<style>
span { border-color: #80D22C; }
span { border-color: rgb(128,210,44); }
td.TdClassName
{
border-color: #80D22C;
}
.TagClassName
{
border-color: #80D22C;
}
</style>