Shades of Yellow Green #7DCD34
Tints of Yellow Green #7DCD34
RGB
CMYK
RGB Variations
Color information
#7DCD34 (or 0x7DCD34) is known color: Yellow Green. HEX triplet: 7D, CD and 34. RGB value is (125,205,52). Sum of RGB (Red+Green+Blue) = 125+205+52=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 205 (80.47% from 255 or 53.66% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD34 is #8232CB. Grayscale: #A4A4A4. Windows color (decimal): -8532684 or 3460477. OLE color: 3460477.
HSL color Cylindrical-coordinate representation of color #7DCD34: hue angle of 91.37º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DCD34 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 52 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.20 |
| HSL | 91.37º | 0.6% | 0.5% | - |
| HSV(B) | 91.37º | 0.75% | 0.8% | - |
| XYZ | 30.91 | 48.27 | 10.94 | - |
| YUV | 163.64 | 65 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 52 | 0.39 | 0 | 0.75 | 0.20 | 91.37 | 0.6 | 0.5 |
| Hex | 7D | CD | 34 | 27 | 0 | 4B | 14 | 5B | 3C | 32 |
| Octal | 175 | 315 | 64 | 47 | 0 | 113 | 24 | 133 | 74 | 62 |
| Binary | 1111101 | 11001101 | 110100 | 100111 | 0 | 1001011 | 10100 | 1011011 | 111100 | 110010 |
Color Harmonies of #7DCD34
Complementary color
Monochromatic Colors of #7DCD34
Black with #7DCD34
Text Example
Text Example
White with #7DCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD34; }
p { color: rgb(125,205,52); }
H1.HeaderClassName
{
color: #7DCD34;
}
.AnyTagClassName
{
color: #7DCD34;
}
</style>
background-color css
<style>
a { background-color: #7DCD34; }
a { background-color: rgb(125,205,52); }
div.DivClassName
{
background-color: #7DCD34;
}
.BgClassName
{
background-color: #7DCD34;
}
</style>
border-color css
<style>
span { border-color: #7DCD34; }
span { border-color: rgb(125,205,52); }
td.TdClassName
{
border-color: #7DCD34;
}
.TagClassName
{
border-color: #7DCD34;
}
</style>