Shades of Yellow Green #7CCA32
Tints of Yellow Green #7CCA32
RGB
CMYK
RGB Variations
Color information
#7CCA32 (or 0x7CCA32) is known color: Yellow Green. HEX triplet: 7C, CA and 32. RGB value is (124,202,50). Sum of RGB (Red+Green+Blue) = 124+202+50=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 50 (19.92% from 255 or 13.30% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA32 is #8335CD. Grayscale: #A1A1A1. Windows color (decimal): -8598990 or 3328636. OLE color: 3328636.
HSL color Cylindrical-coordinate representation of color #7CCA32: hue angle of 90.79º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7CCA32 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 202 | 50 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.21 |
| HSL | 90.79º | 0.6% | 0.49% | - |
| HSV(B) | 90.79º | 0.75% | 0.79% | - |
| XYZ | 30.01 | 46.76 | 10.46 | - |
| YUV | 161.35 | 65.16 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 202 | 50 | 0.39 | 0 | 0.75 | 0.21 | 90.79 | 0.6 | 0.49 |
| Hex | 7C | CA | 32 | 27 | 0 | 4B | 15 | 5B | 3C | 31 |
| Octal | 174 | 312 | 62 | 47 | 0 | 113 | 25 | 133 | 74 | 61 |
| Binary | 1111100 | 11001010 | 110010 | 100111 | 0 | 1001011 | 10101 | 1011011 | 111100 | 110001 |
Color Harmonies of #7CCA32
Complementary color
Monochromatic Colors of #7CCA32
Black with #7CCA32
Text Example
Text Example
White with #7CCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCA32; }
p { color: rgb(124,202,50); }
H1.HeaderClassName
{
color: #7CCA32;
}
.AnyTagClassName
{
color: #7CCA32;
}
</style>
background-color css
<style>
a { background-color: #7CCA32; }
a { background-color: rgb(124,202,50); }
div.DivClassName
{
background-color: #7CCA32;
}
.BgClassName
{
background-color: #7CCA32;
}
</style>
border-color css
<style>
span { border-color: #7CCA32; }
span { border-color: rgb(124,202,50); }
td.TdClassName
{
border-color: #7CCA32;
}
.TagClassName
{
border-color: #7CCA32;
}
</style>