Shades of Yellow Green #80CE2C
Tints of Yellow Green #80CE2C
RGB
CMYK
RGB Variations
Color information
#80CE2C (or 0x80CE2C) is known color: Yellow Green. HEX triplet: 80, CE and 2C. RGB value is (128,206,44). Sum of RGB (Red+Green+Blue) = 128+206+44=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 206 (80.86% from 255 or 54.50% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE2C is #7F31D3. Grayscale: #A4A4A4. Windows color (decimal): -8335828 or 2936448. OLE color: 2936448.
HSL color Cylindrical-coordinate representation of color #80CE2C: hue angle of 88.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80CE2C is Cyan = 0.38, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 44 | - |
| CMYK | 0.38 | 0 | 0.79 | 0.19 |
| HSL | 88.89º | 0.65% | 0.49% | - |
| HSV(B) | 88.89º | 0.79% | 0.81% | - |
| XYZ | 31.43 | 48.91 | 10.17 | - |
| YUV | 164.21 | 60.16 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 44 | 0.38 | 0 | 0.79 | 0.19 | 88.89 | 0.65 | 0.49 |
| Hex | 80 | CE | 2C | 26 | 0 | 4F | 13 | 59 | 41 | 31 |
| Octal | 200 | 316 | 54 | 46 | 0 | 117 | 23 | 131 | 101 | 61 |
| Binary | 10000000 | 11001110 | 101100 | 100110 | 0 | 1001111 | 10011 | 1011001 | 1000001 | 110001 |
Color Harmonies of #80CE2C
Complementary color
Monochromatic Colors of #80CE2C
Black with #80CE2C
Text Example
Text Example
White with #80CE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE2C; }
p { color: rgb(128,206,44); }
H1.HeaderClassName
{
color: #80CE2C;
}
.AnyTagClassName
{
color: #80CE2C;
}
</style>
background-color css
<style>
a { background-color: #80CE2C; }
a { background-color: rgb(128,206,44); }
div.DivClassName
{
background-color: #80CE2C;
}
.BgClassName
{
background-color: #80CE2C;
}
</style>
border-color css
<style>
span { border-color: #80CE2C; }
span { border-color: rgb(128,206,44); }
td.TdClassName
{
border-color: #80CE2C;
}
.TagClassName
{
border-color: #80CE2C;
}
</style>