Shades of Yellow Green #7CCC35
Tints of Yellow Green #7CCC35
RGB
CMYK
RGB Variations
Color information
#7CCC35 (or 0x7CCC35) is known color: Yellow Green. HEX triplet: 7C, CC and 35. RGB value is (124,204,53). Sum of RGB (Red+Green+Blue) = 124+204+53=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 53 (21.09% from 255 or 13.91% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCC35 is #8333CA. Grayscale: #A3A3A3. Windows color (decimal): -8598475 or 3525756. OLE color: 3525756.
HSL color Cylindrical-coordinate representation of color #7CCC35: hue angle of 91.79º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CCC35 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 53 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.2 |
| HSL | 91.79º | 0.6% | 0.5% | - |
| HSV(B) | 91.79º | 0.74% | 0.8% | - |
| XYZ | 30.55 | 47.73 | 10.97 | - |
| YUV | 162.87 | 66 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 53 | 0.39 | 0 | 0.74 | 0.2 | 91.79 | 0.6 | 0.5 |
| Hex | 7C | CC | 35 | 27 | 0 | 4A | 14 | 5C | 3C | 32 |
| Octal | 174 | 314 | 65 | 47 | 0 | 112 | 24 | 134 | 74 | 62 |
| Binary | 1111100 | 11001100 | 110101 | 100111 | 0 | 1001010 | 10100 | 1011100 | 111100 | 110010 |
Color Harmonies of #7CCC35
Complementary color
Monochromatic Colors of #7CCC35
Black with #7CCC35
Text Example
Text Example
White with #7CCC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC35; }
p { color: rgb(124,204,53); }
H1.HeaderClassName
{
color: #7CCC35;
}
.AnyTagClassName
{
color: #7CCC35;
}
</style>
background-color css
<style>
a { background-color: #7CCC35; }
a { background-color: rgb(124,204,53); }
div.DivClassName
{
background-color: #7CCC35;
}
.BgClassName
{
background-color: #7CCC35;
}
</style>
border-color css
<style>
span { border-color: #7CCC35; }
span { border-color: rgb(124,204,53); }
td.TdClassName
{
border-color: #7CCC35;
}
.TagClassName
{
border-color: #7CCC35;
}
</style>