Shades of Yellow Green #80CE37
Tints of Yellow Green #80CE37
RGB
CMYK
RGB Variations
Color information
#80CE37 (or 0x80CE37) is known color: Yellow Green. HEX triplet: 80, CE and 37. RGB value is (128,206,55). Sum of RGB (Red+Green+Blue) = 128+206+55=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 55 (21.88% from 255 or 14.14% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE37 is #7F31C8. Grayscale: #A5A5A5. Windows color (decimal): -8335817 or 3657344. OLE color: 3657344.
HSL color Cylindrical-coordinate representation of color #80CE37: hue angle of 90.99º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80CE37 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 55 | - |
| CMYK | 0.38 | 0 | 0.73 | 0.19 |
| HSL | 90.99º | 0.61% | 0.51% | - |
| HSV(B) | 90.99º | 0.73% | 0.81% | - |
| XYZ | 31.66 | 49.01 | 11.41 | - |
| YUV | 165.46 | 65.66 | 101.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 55 | 0.38 | 0 | 0.73 | 0.19 | 90.99 | 0.61 | 0.51 |
| Hex | 80 | CE | 37 | 26 | 0 | 49 | 13 | 5B | 3D | 33 |
| Octal | 200 | 316 | 67 | 46 | 0 | 111 | 23 | 133 | 75 | 63 |
| Binary | 10000000 | 11001110 | 110111 | 100110 | 0 | 1001001 | 10011 | 1011011 | 111101 | 110011 |
Color Harmonies of #80CE37
Complementary color
Monochromatic Colors of #80CE37
Black with #80CE37
Text Example
Text Example
White with #80CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE37; }
p { color: rgb(128,206,55); }
H1.HeaderClassName
{
color: #80CE37;
}
.AnyTagClassName
{
color: #80CE37;
}
</style>
background-color css
<style>
a { background-color: #80CE37; }
a { background-color: rgb(128,206,55); }
div.DivClassName
{
background-color: #80CE37;
}
.BgClassName
{
background-color: #80CE37;
}
</style>
border-color css
<style>
span { border-color: #80CE37; }
span { border-color: rgb(128,206,55); }
td.TdClassName
{
border-color: #80CE37;
}
.TagClassName
{
border-color: #80CE37;
}
</style>