Shades of Yellow Green #80CE2A
Tints of Yellow Green #80CE2A
RGB
CMYK
RGB Variations
Color information
#80CE2A (or 0x80CE2A) is known color: Yellow Green. HEX triplet: 80, CE and 2A. RGB value is (128,206,42). Sum of RGB (Red+Green+Blue) = 128+206+42=376 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.04% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 42 (16.80% from 255 or 11.17% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE2A is #7F31D5. Grayscale: #A4A4A4. Windows color (decimal): -8335830 or 2805376. OLE color: 2805376.
HSL color Cylindrical-coordinate representation of color #80CE2A: hue angle of 88.54º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80CE2A is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 42 | - |
| CMYK | 0.38 | 0 | 0.80 | 0.19 |
| HSL | 88.54º | 0.66% | 0.49% | - |
| HSV(B) | 88.54º | 0.8% | 0.81% | - |
| XYZ | 31.39 | 48.9 | 9.97 | - |
| YUV | 163.98 | 59.16 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 42 | 0.38 | 0 | 0.80 | 0.19 | 88.54 | 0.66 | 0.49 |
| Hex | 80 | CE | 2A | 26 | 0 | 50 | 13 | 59 | 42 | 31 |
| Octal | 200 | 316 | 52 | 46 | 0 | 120 | 23 | 131 | 102 | 61 |
| Binary | 10000000 | 11001110 | 101010 | 100110 | 0 | 1010000 | 10011 | 1011001 | 1000010 | 110001 |
Color Harmonies of #80CE2A
Complementary color
Monochromatic Colors of #80CE2A
Black with #80CE2A
Text Example
Text Example
White with #80CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE2A; }
p { color: rgb(128,206,42); }
H1.HeaderClassName
{
color: #80CE2A;
}
.AnyTagClassName
{
color: #80CE2A;
}
</style>
background-color css
<style>
a { background-color: #80CE2A; }
a { background-color: rgb(128,206,42); }
div.DivClassName
{
background-color: #80CE2A;
}
.BgClassName
{
background-color: #80CE2A;
}
</style>
border-color css
<style>
span { border-color: #80CE2A; }
span { border-color: rgb(128,206,42); }
td.TdClassName
{
border-color: #80CE2A;
}
.TagClassName
{
border-color: #80CE2A;
}
</style>