Shades of Yellow Green #80CA28
Tints of Yellow Green #80CA28
RGB
CMYK
RGB Variations
Color information
#80CA28 (or 0x80CA28) is known color: Yellow Green. HEX triplet: 80, CA and 28. RGB value is (128,202,40). Sum of RGB (Red+Green+Blue) = 128+202+40=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA28 is #7F35D7. Grayscale: #A1A1A1. Windows color (decimal): -8336856 or 2673280. OLE color: 2673280.
HSL color Cylindrical-coordinate representation of color #80CA28: hue angle of 87.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80CA28 is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 40 | - |
| CMYK | 0.37 | 0 | 0.80 | 0.21 |
| HSL | 87.41º | 0.67% | 0.47% | - |
| HSV(B) | 87.41º | 0.8% | 0.79% | - |
| XYZ | 30.41 | 46.98 | 9.47 | - |
| YUV | 161.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 40 | 0.37 | 0 | 0.80 | 0.21 | 87.41 | 0.67 | 0.47 |
| Hex | 80 | CA | 28 | 25 | 0 | 50 | 15 | 57 | 43 | 2F |
| Octal | 200 | 312 | 50 | 45 | 0 | 120 | 25 | 127 | 103 | 57 |
| Binary | 10000000 | 11001010 | 101000 | 100101 | 0 | 1010000 | 10101 | 1010111 | 1000011 | 101111 |
Color Harmonies of #80CA28
Complementary color
Monochromatic Colors of #80CA28
Black with #80CA28
Text Example
Text Example
White with #80CA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA28; }
p { color: rgb(128,202,40); }
H1.HeaderClassName
{
color: #80CA28;
}
.AnyTagClassName
{
color: #80CA28;
}
</style>
background-color css
<style>
a { background-color: #80CA28; }
a { background-color: rgb(128,202,40); }
div.DivClassName
{
background-color: #80CA28;
}
.BgClassName
{
background-color: #80CA28;
}
</style>
border-color css
<style>
span { border-color: #80CA28; }
span { border-color: rgb(128,202,40); }
td.TdClassName
{
border-color: #80CA28;
}
.TagClassName
{
border-color: #80CA28;
}
</style>