Shades of Yellow Green #80D927
Tints of Yellow Green #80D927
RGB
CMYK
RGB Variations
Color information
#80D927 (or 0x80D927) is known color: Yellow Green. HEX triplet: 80, D9 and 27. RGB value is (128,217,39). Sum of RGB (Red+Green+Blue) = 128+217+39=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 217 (85.16% from 255 or 56.51% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 217 - color contains mainly: green. Hex color #80D927 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D927 is #7F26D8. Grayscale: #AAAAAA. Windows color (decimal): -8333017 or 2611584. OLE color: 2611584.
HSL color Cylindrical-coordinate representation of color #80D927: hue angle of 90º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80D927 is Cyan = 0.41, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 39 | - |
| CMYK | 0.41 | 0 | 0.82 | 0.15 |
| HSL | 90º | 0.7% | 0.5% | - |
| HSV(B) | 90º | 0.82% | 0.85% | - |
| XYZ | 34.08 | 54.36 | 10.62 | - |
| YUV | 170.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 39 | 0.41 | 0 | 0.82 | 0.15 | 90 | 0.7 | 0.5 |
| Hex | 80 | D9 | 27 | 29 | 0 | 52 | F | 5A | 46 | 32 |
| Octal | 200 | 331 | 47 | 51 | 0 | 122 | 17 | 132 | 106 | 62 |
| Binary | 10000000 | 11011001 | 100111 | 101001 | 0 | 1010010 | 1111 | 1011010 | 1000110 | 110010 |
Color Harmonies of #80D927
Complementary color
Monochromatic Colors of #80D927
Black with #80D927
Text Example
Text Example
White with #80D927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D927; }
p { color: rgb(128,217,39); }
H1.HeaderClassName
{
color: #80D927;
}
.AnyTagClassName
{
color: #80D927;
}
</style>
background-color css
<style>
a { background-color: #80D927; }
a { background-color: rgb(128,217,39); }
div.DivClassName
{
background-color: #80D927;
}
.BgClassName
{
background-color: #80D927;
}
</style>
border-color css
<style>
span { border-color: #80D927; }
span { border-color: rgb(128,217,39); }
td.TdClassName
{
border-color: #80D927;
}
.TagClassName
{
border-color: #80D927;
}
</style>