Shades of Yellow Green #7DDF2C
Tints of Yellow Green #7DDF2C
RGB
CMYK
RGB Variations
Color information
#7DDF2C (or 0x7DDF2C) is known color: Yellow Green. HEX triplet: 7D, DF and 2C. RGB value is (125,223,44). Sum of RGB (Red+Green+Blue) = 125+223+44=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 44 (17.58% from 255 or 11.22% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF2C is #8220D3. Grayscale: #ADADAD. Windows color (decimal): -8528084 or 2940797. OLE color: 2940797.
HSL color Cylindrical-coordinate representation of color #7DDF2C: hue angle of 92.85º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DDF2C is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 125 | 223 | 44 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.13 |
| HSL | 92.85º | 0.74% | 0.52% | - |
| HSV(B) | 92.85º | 0.8% | 0.87% | - |
| XYZ | 35.3 | 57.32 | 11.59 | - |
| YUV | 173.29 | 55.03 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 223 | 44 | 0.44 | 0 | 0.80 | 0.13 | 92.85 | 0.74 | 0.52 |
| Hex | 7D | DF | 2C | 2C | 0 | 50 | D | 5D | 4A | 34 |
| Octal | 175 | 337 | 54 | 54 | 0 | 120 | 15 | 135 | 112 | 64 |
| Binary | 1111101 | 11011111 | 101100 | 101100 | 0 | 1010000 | 1101 | 1011101 | 1001010 | 110100 |
Color Harmonies of #7DDF2C
Complementary color
Monochromatic Colors of #7DDF2C
Black with #7DDF2C
Text Example
Text Example
White with #7DDF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDF2C; }
p { color: rgb(125,223,44); }
H1.HeaderClassName
{
color: #7DDF2C;
}
.AnyTagClassName
{
color: #7DDF2C;
}
</style>
background-color css
<style>
a { background-color: #7DDF2C; }
a { background-color: rgb(125,223,44); }
div.DivClassName
{
background-color: #7DDF2C;
}
.BgClassName
{
background-color: #7DDF2C;
}
</style>
border-color css
<style>
span { border-color: #7DDF2C; }
span { border-color: rgb(125,223,44); }
td.TdClassName
{
border-color: #7DDF2C;
}
.TagClassName
{
border-color: #7DDF2C;
}
</style>