Shades of Yellow Green #7DDA34
Tints of Yellow Green #7DDA34
RGB
CMYK
RGB Variations
Color information
#7DDA34 (or 0x7DDA34) is known color: Yellow Green. HEX triplet: 7D, DA and 34. RGB value is (125,218,52). Sum of RGB (Red+Green+Blue) = 125+218+52=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA34 is #8225CB. Grayscale: #ABABAB. Windows color (decimal): -8529356 or 3463805. OLE color: 3463805.
HSL color Cylindrical-coordinate representation of color #7DDA34: hue angle of 93.61º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DDA34 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 52 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.15 |
| HSL | 93.61º | 0.69% | 0.53% | - |
| HSV(B) | 93.61º | 0.76% | 0.85% | - |
| XYZ | 34.15 | 54.75 | 12.02 | - |
| YUV | 171.27 | 60.69 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 52 | 0.43 | 0 | 0.76 | 0.15 | 93.61 | 0.69 | 0.53 |
| Hex | 7D | DA | 34 | 2B | 0 | 4C | F | 5E | 45 | 35 |
| Octal | 175 | 332 | 64 | 53 | 0 | 114 | 17 | 136 | 105 | 65 |
| Binary | 1111101 | 11011010 | 110100 | 101011 | 0 | 1001100 | 1111 | 1011110 | 1000101 | 110101 |
Color Harmonies of #7DDA34
Complementary color
Monochromatic Colors of #7DDA34
Black with #7DDA34
Text Example
Text Example
White with #7DDA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA34; }
p { color: rgb(125,218,52); }
H1.HeaderClassName
{
color: #7DDA34;
}
.AnyTagClassName
{
color: #7DDA34;
}
</style>
background-color css
<style>
a { background-color: #7DDA34; }
a { background-color: rgb(125,218,52); }
div.DivClassName
{
background-color: #7DDA34;
}
.BgClassName
{
background-color: #7DDA34;
}
</style>
border-color css
<style>
span { border-color: #7DDA34; }
span { border-color: rgb(125,218,52); }
td.TdClassName
{
border-color: #7DDA34;
}
.TagClassName
{
border-color: #7DDA34;
}
</style>