Shades of Yellow Green #7DC53A
Tints of Yellow Green #7DC53A
RGB
CMYK
RGB Variations
Color information
#7DC53A (or 0x7DC53A) is known color: Yellow Green. HEX triplet: 7D, C5 and 3A. RGB value is (125,197,58). Sum of RGB (Red+Green+Blue) = 125+197+58=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 197 (77.34% from 255 or 51.84% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC53A is #823AC5. Grayscale: #A0A0A0. Windows color (decimal): -8534726 or 3851645. OLE color: 3851645.
HSL color Cylindrical-coordinate representation of color #7DC53A: hue angle of 91.08º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DC53A is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 58 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.23 |
| HSL | 91.08º | 0.55% | 0.5% | - |
| HSV(B) | 91.08º | 0.71% | 0.77% | - |
| XYZ | 29.19 | 44.6 | 11.07 | - |
| YUV | 159.63 | 70.65 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 58 | 0.37 | 0 | 0.71 | 0.23 | 91.08 | 0.55 | 0.5 |
| Hex | 7D | C5 | 3A | 25 | 0 | 47 | 17 | 5B | 37 | 32 |
| Octal | 175 | 305 | 72 | 45 | 0 | 107 | 27 | 133 | 67 | 62 |
| Binary | 1111101 | 11000101 | 111010 | 100101 | 0 | 1000111 | 10111 | 1011011 | 110111 | 110010 |
Color Harmonies of #7DC53A
Complementary color
Monochromatic Colors of #7DC53A
Black with #7DC53A
Text Example
Text Example
White with #7DC53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC53A; }
p { color: rgb(125,197,58); }
H1.HeaderClassName
{
color: #7DC53A;
}
.AnyTagClassName
{
color: #7DC53A;
}
</style>
background-color css
<style>
a { background-color: #7DC53A; }
a { background-color: rgb(125,197,58); }
div.DivClassName
{
background-color: #7DC53A;
}
.BgClassName
{
background-color: #7DC53A;
}
</style>
border-color css
<style>
span { border-color: #7DC53A; }
span { border-color: rgb(125,197,58); }
td.TdClassName
{
border-color: #7DC53A;
}
.TagClassName
{
border-color: #7DC53A;
}
</style>