Shades of Yellow Green #7DDD23
Tints of Yellow Green #7DDD23
RGB
CMYK
RGB Variations
Color information
#7DDD23 (or 0x7DDD23) is known color: Yellow Green. HEX triplet: 7D, DD and 23. RGB value is (125,221,35). Sum of RGB (Red+Green+Blue) = 125+221+35=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD23 is #8222DC. Grayscale: #ABABAB. Windows color (decimal): -8528605 or 2350461. OLE color: 2350461.
HSL color Cylindrical-coordinate representation of color #7DDD23: hue angle of 90.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DDD23 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 221 | 35 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.13 |
| HSL | 90.97º | 0.73% | 0.5% | - |
| HSV(B) | 90.97º | 0.84% | 0.87% | - |
| XYZ | 34.62 | 56.19 | 10.61 | - |
| YUV | 171.09 | 51.2 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 35 | 0.43 | 0 | 0.84 | 0.13 | 90.97 | 0.73 | 0.5 |
| Hex | 7D | DD | 23 | 2B | 0 | 54 | D | 5B | 49 | 32 |
| Octal | 175 | 335 | 43 | 53 | 0 | 124 | 15 | 133 | 111 | 62 |
| Binary | 1111101 | 11011101 | 100011 | 101011 | 0 | 1010100 | 1101 | 1011011 | 1001001 | 110010 |
Color Harmonies of #7DDD23
Complementary color
Monochromatic Colors of #7DDD23
Black with #7DDD23
Text Example
Text Example
White with #7DDD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDD23; }
p { color: rgb(125,221,35); }
H1.HeaderClassName
{
color: #7DDD23;
}
.AnyTagClassName
{
color: #7DDD23;
}
</style>
background-color css
<style>
a { background-color: #7DDD23; }
a { background-color: rgb(125,221,35); }
div.DivClassName
{
background-color: #7DDD23;
}
.BgClassName
{
background-color: #7DDD23;
}
</style>
border-color css
<style>
span { border-color: #7DDD23; }
span { border-color: rgb(125,221,35); }
td.TdClassName
{
border-color: #7DDD23;
}
.TagClassName
{
border-color: #7DDD23;
}
</style>