Shades of Yellow Green #7DC634
Tints of Yellow Green #7DC634
RGB
CMYK
RGB Variations
Color information
#7DC634 (or 0x7DC634) is known color: Yellow Green. HEX triplet: 7D, C6 and 34. RGB value is (125,198,52). Sum of RGB (Red+Green+Blue) = 125+198+52=375 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.33% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC634 is #8239CB. Grayscale: #A0A0A0. Windows color (decimal): -8534476 or 3458685. OLE color: 3458685.
HSL color Cylindrical-coordinate representation of color #7DC634: hue angle of 90º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DC634 is Cyan = 0.37, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 198 | 52 | - |
| CMYK | 0.37 | 0 | 0.74 | 0.22 |
| HSL | 90º | 0.58% | 0.49% | - |
| HSV(B) | 90º | 0.74% | 0.78% | - |
| XYZ | 29.27 | 45 | 10.39 | - |
| YUV | 159.53 | 67.32 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 198 | 52 | 0.37 | 0 | 0.74 | 0.22 | 90 | 0.58 | 0.49 |
| Hex | 7D | C6 | 34 | 25 | 0 | 4A | 16 | 5A | 3A | 31 |
| Octal | 175 | 306 | 64 | 45 | 0 | 112 | 26 | 132 | 72 | 61 |
| Binary | 1111101 | 11000110 | 110100 | 100101 | 0 | 1001010 | 10110 | 1011010 | 111010 | 110001 |
Color Harmonies of #7DC634
Complementary color
Monochromatic Colors of #7DC634
Black with #7DC634
Text Example
Text Example
White with #7DC634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC634; }
p { color: rgb(125,198,52); }
H1.HeaderClassName
{
color: #7DC634;
}
.AnyTagClassName
{
color: #7DC634;
}
</style>
background-color css
<style>
a { background-color: #7DC634; }
a { background-color: rgb(125,198,52); }
div.DivClassName
{
background-color: #7DC634;
}
.BgClassName
{
background-color: #7DC634;
}
</style>
border-color css
<style>
span { border-color: #7DC634; }
span { border-color: rgb(125,198,52); }
td.TdClassName
{
border-color: #7DC634;
}
.TagClassName
{
border-color: #7DC634;
}
</style>