Shades of Yellow Green #80CA2D
Tints of Yellow Green #80CA2D
RGB
CMYK
RGB Variations
Color information
#80CA2D (or 0x80CA2D) is known color: Yellow Green. HEX triplet: 80, CA and 2D. RGB value is (128,202,45). Sum of RGB (Red+Green+Blue) = 128+202+45=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 45 (17.97% from 255 or 12% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA2D is #7F35D2. Grayscale: #A2A2A2. Windows color (decimal): -8336851 or 3000960. OLE color: 3000960.
HSL color Cylindrical-coordinate representation of color #80CA2D: hue angle of 88.28º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80CA2D is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 45 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.21 |
| HSL | 88.28º | 0.64% | 0.48% | - |
| HSV(B) | 88.28º | 0.78% | 0.79% | - |
| XYZ | 30.5 | 47.02 | 9.95 | - |
| YUV | 161.98 | 61.98 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 45 | 0.37 | 0 | 0.78 | 0.21 | 88.28 | 0.64 | 0.48 |
| Hex | 80 | CA | 2D | 25 | 0 | 4E | 15 | 58 | 40 | 30 |
| Octal | 200 | 312 | 55 | 45 | 0 | 116 | 25 | 130 | 100 | 60 |
| Binary | 10000000 | 11001010 | 101101 | 100101 | 0 | 1001110 | 10101 | 1011000 | 1000000 | 110000 |
Color Harmonies of #80CA2D
Complementary color
Monochromatic Colors of #80CA2D
Black with #80CA2D
Text Example
Text Example
White with #80CA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA2D; }
p { color: rgb(128,202,45); }
H1.HeaderClassName
{
color: #80CA2D;
}
.AnyTagClassName
{
color: #80CA2D;
}
</style>
background-color css
<style>
a { background-color: #80CA2D; }
a { background-color: rgb(128,202,45); }
div.DivClassName
{
background-color: #80CA2D;
}
.BgClassName
{
background-color: #80CA2D;
}
</style>
border-color css
<style>
span { border-color: #80CA2D; }
span { border-color: rgb(128,202,45); }
td.TdClassName
{
border-color: #80CA2D;
}
.TagClassName
{
border-color: #80CA2D;
}
</style>