Shades of Yellow Green #80CF26
Tints of Yellow Green #80CF26
RGB
CMYK
RGB Variations
Color information
#80CF26 (or 0x80CF26) is known color: Yellow Green. HEX triplet: 80, CF and 26. RGB value is (128,207,38). Sum of RGB (Red+Green+Blue) = 128+207+38=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF26 is #7F30D9. Grayscale: #A4A4A4. Windows color (decimal): -8335578 or 2543488. OLE color: 2543488.
HSL color Cylindrical-coordinate representation of color #80CF26: hue angle of 88.05º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80CF26 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 207 | 38 | - |
| CMYK | 0.38 | 0 | 0.82 | 0.19 |
| HSL | 88.05º | 0.69% | 0.48% | - |
| HSV(B) | 88.05º | 0.82% | 0.81% | - |
| XYZ | 31.56 | 49.35 | 9.7 | - |
| YUV | 164.11 | 56.83 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 207 | 38 | 0.38 | 0 | 0.82 | 0.19 | 88.05 | 0.69 | 0.48 |
| Hex | 80 | CF | 26 | 26 | 0 | 52 | 13 | 58 | 45 | 30 |
| Octal | 200 | 317 | 46 | 46 | 0 | 122 | 23 | 130 | 105 | 60 |
| Binary | 10000000 | 11001111 | 100110 | 100110 | 0 | 1010010 | 10011 | 1011000 | 1000101 | 110000 |
Color Harmonies of #80CF26
Complementary color
Monochromatic Colors of #80CF26
Black with #80CF26
Text Example
Text Example
White with #80CF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CF26; }
p { color: rgb(128,207,38); }
H1.HeaderClassName
{
color: #80CF26;
}
.AnyTagClassName
{
color: #80CF26;
}
</style>
background-color css
<style>
a { background-color: #80CF26; }
a { background-color: rgb(128,207,38); }
div.DivClassName
{
background-color: #80CF26;
}
.BgClassName
{
background-color: #80CF26;
}
</style>
border-color css
<style>
span { border-color: #80CF26; }
span { border-color: rgb(128,207,38); }
td.TdClassName
{
border-color: #80CF26;
}
.TagClassName
{
border-color: #80CF26;
}
</style>