Shades of Yellow Green #7DC738
Tints of Yellow Green #7DC738
RGB
CMYK
RGB Variations
Color information
#7DC738 (or 0x7DC738) is known color: Yellow Green. HEX triplet: 7D, C7 and 38. RGB value is (125,199,56). Sum of RGB (Red+Green+Blue) = 125+199+56=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 56 (22.27% from 255 or 14.74% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #7DC738 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC738 is #8238C7. Grayscale: #A1A1A1. Windows color (decimal): -8534216 or 3721085. OLE color: 3721085.
HSL color Cylindrical-coordinate representation of color #7DC738: hue angle of 91.05º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DC738 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 199 | 56 | - |
| CMYK | 0.37 | 0 | 0.72 | 0.22 |
| HSL | 91.05º | 0.56% | 0.5% | - |
| HSV(B) | 91.05º | 0.72% | 0.78% | - |
| XYZ | 29.59 | 45.49 | 10.96 | - |
| YUV | 160.57 | 68.98 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 199 | 56 | 0.37 | 0 | 0.72 | 0.22 | 91.05 | 0.56 | 0.5 |
| Hex | 7D | C7 | 38 | 25 | 0 | 48 | 16 | 5B | 38 | 32 |
| Octal | 175 | 307 | 70 | 45 | 0 | 110 | 26 | 133 | 70 | 62 |
| Binary | 1111101 | 11000111 | 111000 | 100101 | 0 | 1001000 | 10110 | 1011011 | 111000 | 110010 |
Color Harmonies of #7DC738
Complementary color
Monochromatic Colors of #7DC738
Black with #7DC738
Text Example
Text Example
White with #7DC738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC738; }
p { color: rgb(125,199,56); }
H1.HeaderClassName
{
color: #7DC738;
}
.AnyTagClassName
{
color: #7DC738;
}
</style>
background-color css
<style>
a { background-color: #7DC738; }
a { background-color: rgb(125,199,56); }
div.DivClassName
{
background-color: #7DC738;
}
.BgClassName
{
background-color: #7DC738;
}
</style>
border-color css
<style>
span { border-color: #7DC738; }
span { border-color: rgb(125,199,56); }
td.TdClassName
{
border-color: #7DC738;
}
.TagClassName
{
border-color: #7DC738;
}
</style>