Shades of Yellow Green #7DDD25
Tints of Yellow Green #7DDD25
RGB
CMYK
RGB Variations
Color information
#7DDD25 (or 0x7DDD25) is known color: Yellow Green. HEX triplet: 7D, DD and 25. RGB value is (125,221,37). Sum of RGB (Red+Green+Blue) = 125+221+37=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD25 is #8222DA. Grayscale: #ABABAB. Windows color (decimal): -8528603 or 2481533. OLE color: 2481533.
HSL color Cylindrical-coordinate representation of color #7DDD25: hue angle of 91.3º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DDD25 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 37 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.13 |
| HSL | 91.3º | 0.73% | 0.51% | - |
| HSV(B) | 91.3º | 0.83% | 0.87% | - |
| XYZ | 34.65 | 56.21 | 10.77 | - |
| YUV | 171.32 | 52.2 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 37 | 0.43 | 0 | 0.83 | 0.13 | 91.3 | 0.73 | 0.51 |
| Hex | 7D | DD | 25 | 2B | 0 | 53 | D | 5B | 49 | 33 |
| Octal | 175 | 335 | 45 | 53 | 0 | 123 | 15 | 133 | 111 | 63 |
| Binary | 1111101 | 11011101 | 100101 | 101011 | 0 | 1010011 | 1101 | 1011011 | 1001001 | 110011 |
Color Harmonies of #7DDD25
Complementary color
Monochromatic Colors of #7DDD25
Black with #7DDD25
Text Example
Text Example
White with #7DDD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD25; }
p { color: rgb(125,221,37); }
H1.HeaderClassName
{
color: #7DDD25;
}
.AnyTagClassName
{
color: #7DDD25;
}
</style>
background-color css
<style>
a { background-color: #7DDD25; }
a { background-color: rgb(125,221,37); }
div.DivClassName
{
background-color: #7DDD25;
}
.BgClassName
{
background-color: #7DDD25;
}
</style>
border-color css
<style>
span { border-color: #7DDD25; }
span { border-color: rgb(125,221,37); }
td.TdClassName
{
border-color: #7DDD25;
}
.TagClassName
{
border-color: #7DDD25;
}
</style>