Shades of Yellow Green #7DDA25
Tints of Yellow Green #7DDA25
RGB
CMYK
RGB Variations
Color information
#7DDA25 (or 0x7DDA25) is known color: Yellow Green. HEX triplet: 7D, DA and 25. RGB value is (125,218,37). Sum of RGB (Red+Green+Blue) = 125+218+37=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 218 (85.55% from 255 or 57.37% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA25 is #8225DA. Grayscale: #AAAAAA. Windows color (decimal): -8529371 or 2480765. OLE color: 2480765.
HSL color Cylindrical-coordinate representation of color #7DDA25: hue angle of 90.83º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DDA25 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 37 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.15 |
| HSL | 90.83º | 0.71% | 0.5% | - |
| HSV(B) | 90.83º | 0.83% | 0.85% | - |
| XYZ | 33.86 | 54.64 | 10.51 | - |
| YUV | 169.56 | 53.19 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 37 | 0.43 | 0 | 0.83 | 0.15 | 90.83 | 0.71 | 0.5 |
| Hex | 7D | DA | 25 | 2B | 0 | 53 | F | 5B | 47 | 32 |
| Octal | 175 | 332 | 45 | 53 | 0 | 123 | 17 | 133 | 107 | 62 |
| Binary | 1111101 | 11011010 | 100101 | 101011 | 0 | 1010011 | 1111 | 1011011 | 1000111 | 110010 |
Color Harmonies of #7DDA25
Complementary color
Monochromatic Colors of #7DDA25
Black with #7DDA25
Text Example
Text Example
White with #7DDA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA25; }
p { color: rgb(125,218,37); }
H1.HeaderClassName
{
color: #7DDA25;
}
.AnyTagClassName
{
color: #7DDA25;
}
</style>
background-color css
<style>
a { background-color: #7DDA25; }
a { background-color: rgb(125,218,37); }
div.DivClassName
{
background-color: #7DDA25;
}
.BgClassName
{
background-color: #7DDA25;
}
</style>
border-color css
<style>
span { border-color: #7DDA25; }
span { border-color: rgb(125,218,37); }
td.TdClassName
{
border-color: #7DDA25;
}
.TagClassName
{
border-color: #7DDA25;
}
</style>