Shades of Yellow Green #7DDF33
Tints of Yellow Green #7DDF33
RGB
CMYK
RGB Variations
Color information
#7DDF33 (or 0x7DDF33) is known color: Yellow Green. HEX triplet: 7D, DF and 33. RGB value is (125,223,51). Sum of RGB (Red+Green+Blue) = 125+223+51=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF33 is #8220CC. Grayscale: #AEAEAE. Windows color (decimal): -8528077 or 3399549. OLE color: 3399549.
HSL color Cylindrical-coordinate representation of color #7DDF33: hue angle of 94.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DDF33 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 51 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.13 |
| HSL | 94.19º | 0.73% | 0.54% | - |
| HSV(B) | 94.19º | 0.77% | 0.87% | - |
| XYZ | 35.44 | 57.37 | 12.34 | - |
| YUV | 174.09 | 58.53 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 51 | 0.44 | 0 | 0.77 | 0.13 | 94.19 | 0.73 | 0.54 |
| Hex | 7D | DF | 33 | 2C | 0 | 4D | D | 5E | 49 | 36 |
| Octal | 175 | 337 | 63 | 54 | 0 | 115 | 15 | 136 | 111 | 66 |
| Binary | 1111101 | 11011111 | 110011 | 101100 | 0 | 1001101 | 1101 | 1011110 | 1001001 | 110110 |
Color Harmonies of #7DDF33
Complementary color
Monochromatic Colors of #7DDF33
Black with #7DDF33
Text Example
Text Example
White with #7DDF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF33; }
p { color: rgb(125,223,51); }
H1.HeaderClassName
{
color: #7DDF33;
}
.AnyTagClassName
{
color: #7DDF33;
}
</style>
background-color css
<style>
a { background-color: #7DDF33; }
a { background-color: rgb(125,223,51); }
div.DivClassName
{
background-color: #7DDF33;
}
.BgClassName
{
background-color: #7DDF33;
}
</style>
border-color css
<style>
span { border-color: #7DDF33; }
span { border-color: rgb(125,223,51); }
td.TdClassName
{
border-color: #7DDF33;
}
.TagClassName
{
border-color: #7DDF33;
}
</style>