Shades of Yellow Green #7DD534
Tints of Yellow Green #7DD534
RGB
CMYK
RGB Variations
Color information
#7DD534 (or 0x7DD534) is known color: Yellow Green. HEX triplet: 7D, D5 and 34. RGB value is (125,213,52). Sum of RGB (Red+Green+Blue) = 125+213+52=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 213 (83.59% from 255 or 54.62% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD534 is #822ACB. Grayscale: #A8A8A8. Windows color (decimal): -8530636 or 3462525. OLE color: 3462525.
HSL color Cylindrical-coordinate representation of color #7DD534: hue angle of 92.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DD534 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 52 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.16 |
| HSL | 92.8º | 0.66% | 0.52% | - |
| HSV(B) | 92.8º | 0.76% | 0.84% | - |
| XYZ | 32.87 | 52.2 | 11.59 | - |
| YUV | 168.33 | 62.35 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 52 | 0.41 | 0 | 0.76 | 0.16 | 92.8 | 0.66 | 0.52 |
| Hex | 7D | D5 | 34 | 29 | 0 | 4C | 10 | 5D | 42 | 34 |
| Octal | 175 | 325 | 64 | 51 | 0 | 114 | 20 | 135 | 102 | 64 |
| Binary | 1111101 | 11010101 | 110100 | 101001 | 0 | 1001100 | 10000 | 1011101 | 1000010 | 110100 |
Color Harmonies of #7DD534
Complementary color
Monochromatic Colors of #7DD534
Black with #7DD534
Text Example
Text Example
White with #7DD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD534; }
p { color: rgb(125,213,52); }
H1.HeaderClassName
{
color: #7DD534;
}
.AnyTagClassName
{
color: #7DD534;
}
</style>
background-color css
<style>
a { background-color: #7DD534; }
a { background-color: rgb(125,213,52); }
div.DivClassName
{
background-color: #7DD534;
}
.BgClassName
{
background-color: #7DD534;
}
</style>
border-color css
<style>
span { border-color: #7DD534; }
span { border-color: rgb(125,213,52); }
td.TdClassName
{
border-color: #7DD534;
}
.TagClassName
{
border-color: #7DD534;
}
</style>