Shades of Yellow Green #80D614
Tints of Yellow Green #80D614
RGB
CMYK
RGB Variations
Color information
#80D614 (or 0x80D614) is known color: Yellow Green. HEX triplet: 80, D6 and 14. RGB value is (128,214,20). Sum of RGB (Red+Green+Blue) = 128+214+20=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 214 (83.98% from 255 or 59.12% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 214 - color contains mainly: green. Hex color #80D614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D614 is #7F29EB. Grayscale: #A6A6A6. Windows color (decimal): -8333804 or 1365632. OLE color: 1365632.
HSL color Cylindrical-coordinate representation of color #80D614: hue angle of 86.6º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80D614 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 20 | - |
| CMYK | 0.40 | 0 | 0.91 | 0.16 |
| HSL | 86.6º | 0.83% | 0.46% | - |
| HSV(B) | 86.6º | 0.91% | 0.84% | - |
| XYZ | 33.07 | 52.73 | 9.1 | - |
| YUV | 166.17 | 45.51 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 20 | 0.40 | 0 | 0.91 | 0.16 | 86.6 | 0.83 | 0.46 |
| Hex | 80 | D6 | 14 | 28 | 0 | 5B | 10 | 57 | 53 | 2E |
| Octal | 200 | 326 | 24 | 50 | 0 | 133 | 20 | 127 | 123 | 56 |
| Binary | 10000000 | 11010110 | 10100 | 101000 | 0 | 1011011 | 10000 | 1010111 | 1010011 | 101110 |
Color Harmonies of #80D614
Complementary color
Monochromatic Colors of #80D614
Black with #80D614
Text Example
Text Example
White with #80D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D614; }
p { color: rgb(128,214,20); }
H1.HeaderClassName
{
color: #80D614;
}
.AnyTagClassName
{
color: #80D614;
}
</style>
background-color css
<style>
a { background-color: #80D614; }
a { background-color: rgb(128,214,20); }
div.DivClassName
{
background-color: #80D614;
}
.BgClassName
{
background-color: #80D614;
}
</style>
border-color css
<style>
span { border-color: #80D614; }
span { border-color: rgb(128,214,20); }
td.TdClassName
{
border-color: #80D614;
}
.TagClassName
{
border-color: #80D614;
}
</style>