Shades of Yellow Green #7DC537
Tints of Yellow Green #7DC537
RGB
CMYK
RGB Variations
Color information
#7DC537 (or 0x7DC537) is known color: Yellow Green. HEX triplet: 7D, C5 and 37. RGB value is (125,197,55). Sum of RGB (Red+Green+Blue) = 125+197+55=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 197 (77.34% from 255 or 52.25% from 377); Blue value is 55 (21.88% from 255 or 14.59% from 377); Max value from RGB is 197 - color contains mainly: green. Hex color #7DC537 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC537 is #823AC8. Grayscale: #9F9F9F. Windows color (decimal): -8534729 or 3655037. OLE color: 3655037.
HSL color Cylindrical-coordinate representation of color #7DC537: hue angle of 90.42º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DC537 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 125 | 197 | 55 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.23 |
| HSL | 90.42º | 0.56% | 0.49% | - |
| HSV(B) | 90.42º | 0.72% | 0.77% | - |
| XYZ | 29.11 | 44.57 | 10.68 | - |
| YUV | 159.28 | 69.15 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 197 | 55 | 0.37 | 0 | 0.72 | 0.23 | 90.42 | 0.56 | 0.49 |
| Hex | 7D | C5 | 37 | 25 | 0 | 48 | 17 | 5A | 38 | 31 |
| Octal | 175 | 305 | 67 | 45 | 0 | 110 | 27 | 132 | 70 | 61 |
| Binary | 1111101 | 11000101 | 110111 | 100101 | 0 | 1001000 | 10111 | 1011010 | 111000 | 110001 |
Color Harmonies of #7DC537
Complementary color
Monochromatic Colors of #7DC537
Black with #7DC537
Text Example
Text Example
White with #7DC537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC537; }
p { color: rgb(125,197,55); }
H1.HeaderClassName
{
color: #7DC537;
}
.AnyTagClassName
{
color: #7DC537;
}
</style>
background-color css
<style>
a { background-color: #7DC537; }
a { background-color: rgb(125,197,55); }
div.DivClassName
{
background-color: #7DC537;
}
.BgClassName
{
background-color: #7DC537;
}
</style>
border-color css
<style>
span { border-color: #7DC537; }
span { border-color: rgb(125,197,55); }
td.TdClassName
{
border-color: #7DC537;
}
.TagClassName
{
border-color: #7DC537;
}
</style>