Shades of Yellow Green #7DDA1C
Tints of Yellow Green #7DDA1C
RGB
CMYK
RGB Variations
Color information
#7DDA1C (or 0x7DDA1C) is known color: Yellow Green. HEX triplet: 7D, DA and 1C. RGB value is (125,218,28). Sum of RGB (Red+Green+Blue) = 125+218+28=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA1C is #8225E3. Grayscale: #A9A9A9. Windows color (decimal): -8529380 or 1890941. OLE color: 1890941.
HSL color Cylindrical-coordinate representation of color #7DDA1C: hue angle of 89.37º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7DDA1C is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 218 | 28 | - |
| CMYK | 0.43 | 0 | 0.87 | 0.15 |
| HSL | 89.37º | 0.77% | 0.48% | - |
| HSV(B) | 89.37º | 0.87% | 0.85% | - |
| XYZ | 33.74 | 54.59 | 9.86 | - |
| YUV | 168.53 | 48.69 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 218 | 28 | 0.43 | 0 | 0.87 | 0.15 | 89.37 | 0.77 | 0.48 |
| Hex | 7D | DA | 1C | 2B | 0 | 57 | F | 59 | 4D | 30 |
| Octal | 175 | 332 | 34 | 53 | 0 | 127 | 17 | 131 | 115 | 60 |
| Binary | 1111101 | 11011010 | 11100 | 101011 | 0 | 1010111 | 1111 | 1011001 | 1001101 | 110000 |
Color Harmonies of #7DDA1C
Complementary color
Monochromatic Colors of #7DDA1C
Black with #7DDA1C
Text Example
Text Example
White with #7DDA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDA1C; }
p { color: rgb(125,218,28); }
H1.HeaderClassName
{
color: #7DDA1C;
}
.AnyTagClassName
{
color: #7DDA1C;
}
</style>
background-color css
<style>
a { background-color: #7DDA1C; }
a { background-color: rgb(125,218,28); }
div.DivClassName
{
background-color: #7DDA1C;
}
.BgClassName
{
background-color: #7DDA1C;
}
</style>
border-color css
<style>
span { border-color: #7DDA1C; }
span { border-color: rgb(125,218,28); }
td.TdClassName
{
border-color: #7DDA1C;
}
.TagClassName
{
border-color: #7DDA1C;
}
</style>