Shades of Yellow Green #80CF21
Tints of Yellow Green #80CF21
RGB
CMYK
RGB Variations
Color information
#80CF21 (or 0x80CF21) is known color: Yellow Green. HEX triplet: 80, CF and 21. RGB value is (128,207,33). Sum of RGB (Red+Green+Blue) = 128+207+33=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 33 (13.28% from 255 or 8.97% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF21 is #7F30DE. Grayscale: #A4A4A4. Windows color (decimal): -8335583 or 2215808. OLE color: 2215808.
HSL color Cylindrical-coordinate representation of color #80CF21: hue angle of 87.24º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80CF21 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 33 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.19 |
| HSL | 87.24º | 0.73% | 0.47% | - |
| HSV(B) | 87.24º | 0.84% | 0.81% | - |
| XYZ | 31.49 | 49.32 | 9.3 | - |
| YUV | 163.54 | 54.33 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 33 | 0.38 | 0 | 0.84 | 0.19 | 87.24 | 0.73 | 0.47 |
| Hex | 80 | CF | 21 | 26 | 0 | 54 | 13 | 57 | 48 | 2F |
| Octal | 200 | 317 | 41 | 46 | 0 | 124 | 23 | 127 | 110 | 57 |
| Binary | 10000000 | 11001111 | 100001 | 100110 | 0 | 1010100 | 10011 | 1010111 | 1001000 | 101111 |
Color Harmonies of #80CF21
Complementary color
Monochromatic Colors of #80CF21
Black with #80CF21
Text Example
Text Example
White with #80CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF21; }
p { color: rgb(128,207,33); }
H1.HeaderClassName
{
color: #80CF21;
}
.AnyTagClassName
{
color: #80CF21;
}
</style>
background-color css
<style>
a { background-color: #80CF21; }
a { background-color: rgb(128,207,33); }
div.DivClassName
{
background-color: #80CF21;
}
.BgClassName
{
background-color: #80CF21;
}
</style>
border-color css
<style>
span { border-color: #80CF21; }
span { border-color: rgb(128,207,33); }
td.TdClassName
{
border-color: #80CF21;
}
.TagClassName
{
border-color: #80CF21;
}
</style>