Shades of Yellow Green #80C82B
Tints of Yellow Green #80C82B
RGB
CMYK
RGB Variations
Color information
#80C82B (or 0x80C82B) is known color: Yellow Green. HEX triplet: 80, C8 and 2B. RGB value is (128,200,43). Sum of RGB (Red+Green+Blue) = 128+200+43=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 200 (78.52% from 255 or 53.91% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 200 - color contains mainly: green. Hex color #80C82B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C82B is #7F37D4. Grayscale: #A1A1A1. Windows color (decimal): -8337365 or 2869376. OLE color: 2869376.
HSL color Cylindrical-coordinate representation of color #80C82B: hue angle of 87.52º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80C82B is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 200 | 43 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.22 |
| HSL | 87.52º | 0.65% | 0.48% | - |
| HSV(B) | 87.52º | 0.79% | 0.78% | - |
| XYZ | 29.99 | 46.07 | 9.6 | - |
| YUV | 160.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 200 | 43 | 0.36 | 0 | 0.78 | 0.22 | 87.52 | 0.65 | 0.48 |
| Hex | 80 | C8 | 2B | 24 | 0 | 4E | 16 | 58 | 41 | 30 |
| Octal | 200 | 310 | 53 | 44 | 0 | 116 | 26 | 130 | 101 | 60 |
| Binary | 10000000 | 11001000 | 101011 | 100100 | 0 | 1001110 | 10110 | 1011000 | 1000001 | 110000 |
Color Harmonies of #80C82B
Complementary color
Monochromatic Colors of #80C82B
Black with #80C82B
Text Example
Text Example
White with #80C82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C82B; }
p { color: rgb(128,200,43); }
H1.HeaderClassName
{
color: #80C82B;
}
.AnyTagClassName
{
color: #80C82B;
}
</style>
background-color css
<style>
a { background-color: #80C82B; }
a { background-color: rgb(128,200,43); }
div.DivClassName
{
background-color: #80C82B;
}
.BgClassName
{
background-color: #80C82B;
}
</style>
border-color css
<style>
span { border-color: #80C82B; }
span { border-color: rgb(128,200,43); }
td.TdClassName
{
border-color: #80C82B;
}
.TagClassName
{
border-color: #80C82B;
}
</style>