Shades of Yellow Green #80DC27
Tints of Yellow Green #80DC27
RGB
CMYK
RGB Variations
Color information
#80DC27 (or 0x80DC27) is known color: Yellow Green. HEX triplet: 80, DC and 27. RGB value is (128,220,39). Sum of RGB (Red+Green+Blue) = 128+220+39=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80DC27 is #7F23D8. Grayscale: #ACACAC. Windows color (decimal): -8332249 or 2612352. OLE color: 2612352.
HSL color Cylindrical-coordinate representation of color #80DC27: hue angle of 90.5º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80DC27 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 39 | - |
| CMYK | 0.42 | 0 | 0.82 | 0.14 |
| HSL | 90.5º | 0.72% | 0.51% | - |
| HSV(B) | 90.5º | 0.82% | 0.86% | - |
| XYZ | 34.86 | 55.92 | 10.88 | - |
| YUV | 171.86 | 53.02 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 39 | 0.42 | 0 | 0.82 | 0.14 | 90.5 | 0.72 | 0.51 |
| Hex | 80 | DC | 27 | 2A | 0 | 52 | E | 5A | 48 | 33 |
| Octal | 200 | 334 | 47 | 52 | 0 | 122 | 16 | 132 | 110 | 63 |
| Binary | 10000000 | 11011100 | 100111 | 101010 | 0 | 1010010 | 1110 | 1011010 | 1001000 | 110011 |
Color Harmonies of #80DC27
Complementary color
Monochromatic Colors of #80DC27
Black with #80DC27
Text Example
Text Example
White with #80DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC27; }
p { color: rgb(128,220,39); }
H1.HeaderClassName
{
color: #80DC27;
}
.AnyTagClassName
{
color: #80DC27;
}
</style>
background-color css
<style>
a { background-color: #80DC27; }
a { background-color: rgb(128,220,39); }
div.DivClassName
{
background-color: #80DC27;
}
.BgClassName
{
background-color: #80DC27;
}
</style>
border-color css
<style>
span { border-color: #80DC27; }
span { border-color: rgb(128,220,39); }
td.TdClassName
{
border-color: #80DC27;
}
.TagClassName
{
border-color: #80DC27;
}
</style>