Shades of Yellow Green #80E027
Tints of Yellow Green #80E027
RGB
CMYK
RGB Variations
Color information
#80E027 (or 0x80E027) is known color: Yellow Green. HEX triplet: 80, E0 and 27. RGB value is (128,224,39). Sum of RGB (Red+Green+Blue) = 128+224+39=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #80E027 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80E027 is #7F1FD8. Grayscale: #AEAEAE. Windows color (decimal): -8331225 or 2613376. OLE color: 2613376.
HSL color Cylindrical-coordinate representation of color #80E027: hue angle of 91.14º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80E027 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 224 | 39 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.12 |
| HSL | 91.14º | 0.75% | 0.52% | - |
| HSV(B) | 91.14º | 0.83% | 0.88% | - |
| XYZ | 35.92 | 58.05 | 11.23 | - |
| YUV | 174.21 | 51.7 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 224 | 39 | 0.43 | 0 | 0.83 | 0.12 | 91.14 | 0.75 | 0.52 |
| Hex | 80 | E0 | 27 | 2B | 0 | 53 | C | 5B | 4B | 34 |
| Octal | 200 | 340 | 47 | 53 | 0 | 123 | 14 | 133 | 113 | 64 |
| Binary | 10000000 | 11100000 | 100111 | 101011 | 0 | 1010011 | 1100 | 1011011 | 1001011 | 110100 |
Color Harmonies of #80E027
Complementary color
Monochromatic Colors of #80E027
Black with #80E027
Text Example
Text Example
White with #80E027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E027; }
p { color: rgb(128,224,39); }
H1.HeaderClassName
{
color: #80E027;
}
.AnyTagClassName
{
color: #80E027;
}
</style>
background-color css
<style>
a { background-color: #80E027; }
a { background-color: rgb(128,224,39); }
div.DivClassName
{
background-color: #80E027;
}
.BgClassName
{
background-color: #80E027;
}
</style>
border-color css
<style>
span { border-color: #80E027; }
span { border-color: rgb(128,224,39); }
td.TdClassName
{
border-color: #80E027;
}
.TagClassName
{
border-color: #80E027;
}
</style>