Shades of Yellow Green #80CF32
Tints of Yellow Green #80CF32
RGB
CMYK
RGB Variations
Color information
#80CF32 (or 0x80CF32) is known color: Yellow Green. HEX triplet: 80, CF and 32. RGB value is (128,207,50). Sum of RGB (Red+Green+Blue) = 128+207+50=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF32 is #7F30CD. Grayscale: #A6A6A6. Windows color (decimal): -8335566 or 3329920. OLE color: 3329920.
HSL color Cylindrical-coordinate representation of color #80CF32: hue angle of 90.19º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80CF32 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 50 | - |
| CMYK | 0.38 | 0 | 0.76 | 0.19 |
| HSL | 90.19º | 0.62% | 0.5% | - |
| HSV(B) | 90.19º | 0.76% | 0.81% | - |
| XYZ | 31.79 | 49.45 | 10.89 | - |
| YUV | 165.48 | 62.83 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 50 | 0.38 | 0 | 0.76 | 0.19 | 90.19 | 0.62 | 0.5 |
| Hex | 80 | CF | 32 | 26 | 0 | 4C | 13 | 5A | 3E | 32 |
| Octal | 200 | 317 | 62 | 46 | 0 | 114 | 23 | 132 | 76 | 62 |
| Binary | 10000000 | 11001111 | 110010 | 100110 | 0 | 1001100 | 10011 | 1011010 | 111110 | 110010 |
Color Harmonies of #80CF32
Complementary color
Monochromatic Colors of #80CF32
Black with #80CF32
Text Example
Text Example
White with #80CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF32; }
p { color: rgb(128,207,50); }
H1.HeaderClassName
{
color: #80CF32;
}
.AnyTagClassName
{
color: #80CF32;
}
</style>
background-color css
<style>
a { background-color: #80CF32; }
a { background-color: rgb(128,207,50); }
div.DivClassName
{
background-color: #80CF32;
}
.BgClassName
{
background-color: #80CF32;
}
</style>
border-color css
<style>
span { border-color: #80CF32; }
span { border-color: rgb(128,207,50); }
td.TdClassName
{
border-color: #80CF32;
}
.TagClassName
{
border-color: #80CF32;
}
</style>