Shades of Yellow Green #80CF2F
Tints of Yellow Green #80CF2F
RGB
CMYK
RGB Variations
Color information
#80CF2F (or 0x80CF2F) is known color: Yellow Green. HEX triplet: 80, CF and 2F. RGB value is (128,207,47). Sum of RGB (Red+Green+Blue) = 128+207+47=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 47 (18.75% from 255 or 12.30% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF2F is #7F30D0. Grayscale: #A5A5A5. Windows color (decimal): -8335569 or 3133312. OLE color: 3133312.
HSL color Cylindrical-coordinate representation of color #80CF2F: hue angle of 89.62º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80CF2F is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 47 | - |
| CMYK | 0.38 | 0 | 0.77 | 0.19 |
| HSL | 89.63º | 0.63% | 0.5% | - |
| HSV(B) | 89.63º | 0.77% | 0.81% | - |
| XYZ | 31.73 | 49.42 | 10.56 | - |
| YUV | 165.14 | 61.33 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 47 | 0.38 | 0 | 0.77 | 0.19 | 89.63 | 0.63 | 0.5 |
| Hex | 80 | CF | 2F | 26 | 0 | 4D | 13 | 5A | 3F | 32 |
| Octal | 200 | 317 | 57 | 46 | 0 | 115 | 23 | 132 | 77 | 62 |
| Binary | 10000000 | 11001111 | 101111 | 100110 | 0 | 1001101 | 10011 | 1011010 | 111111 | 110010 |
Color Harmonies of #80CF2F
Complementary color
Monochromatic Colors of #80CF2F
Black with #80CF2F
Text Example
Text Example
White with #80CF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF2F; }
p { color: rgb(128,207,47); }
H1.HeaderClassName
{
color: #80CF2F;
}
.AnyTagClassName
{
color: #80CF2F;
}
</style>
background-color css
<style>
a { background-color: #80CF2F; }
a { background-color: rgb(128,207,47); }
div.DivClassName
{
background-color: #80CF2F;
}
.BgClassName
{
background-color: #80CF2F;
}
</style>
border-color css
<style>
span { border-color: #80CF2F; }
span { border-color: rgb(128,207,47); }
td.TdClassName
{
border-color: #80CF2F;
}
.TagClassName
{
border-color: #80CF2F;
}
</style>