Shades of Yellow Green #80CA3A
Tints of Yellow Green #80CA3A
RGB
CMYK
RGB Variations
Color information
#80CA3A (or 0x80CA3A) is known color: Yellow Green. HEX triplet: 80, CA and 3A. RGB value is (128,202,58). Sum of RGB (Red+Green+Blue) = 128+202+58=388 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.99% from 388); Green value is 202 (79.30% from 255 or 52.06% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA3A is #7F35C5. Grayscale: #A3A3A3. Windows color (decimal): -8336838 or 3852928. OLE color: 3852928.
HSL color Cylindrical-coordinate representation of color #80CA3A: hue angle of 90.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #80CA3A is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 58 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.21 |
| HSL | 90.83º | 0.58% | 0.51% | - |
| HSV(B) | 90.83º | 0.71% | 0.79% | - |
| XYZ | 30.79 | 47.14 | 11.48 | - |
| YUV | 163.46 | 68.48 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 58 | 0.37 | 0 | 0.71 | 0.21 | 90.83 | 0.58 | 0.51 |
| Hex | 80 | CA | 3A | 25 | 0 | 47 | 15 | 5B | 3A | 33 |
| Octal | 200 | 312 | 72 | 45 | 0 | 107 | 25 | 133 | 72 | 63 |
| Binary | 10000000 | 11001010 | 111010 | 100101 | 0 | 1000111 | 10101 | 1011011 | 111010 | 110011 |
Color Harmonies of #80CA3A
Complementary color
Monochromatic Colors of #80CA3A
Black with #80CA3A
Text Example
Text Example
White with #80CA3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA3A; }
p { color: rgb(128,202,58); }
H1.HeaderClassName
{
color: #80CA3A;
}
.AnyTagClassName
{
color: #80CA3A;
}
</style>
background-color css
<style>
a { background-color: #80CA3A; }
a { background-color: rgb(128,202,58); }
div.DivClassName
{
background-color: #80CA3A;
}
.BgClassName
{
background-color: #80CA3A;
}
</style>
border-color css
<style>
span { border-color: #80CA3A; }
span { border-color: rgb(128,202,58); }
td.TdClassName
{
border-color: #80CA3A;
}
.TagClassName
{
border-color: #80CA3A;
}
</style>