Shades of Yellow Green #7DD12D
Tints of Yellow Green #7DD12D
RGB
CMYK
RGB Variations
Color information
#7DD12D (or 0x7DD12D) is known color: Yellow Green. HEX triplet: 7D, D1 and 2D. RGB value is (125,209,45). Sum of RGB (Red+Green+Blue) = 125+209+45=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 45 (17.97% from 255 or 11.87% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD12D is #822ED2. Grayscale: #A5A5A5. Windows color (decimal): -8531667 or 3002749. OLE color: 3002749.
HSL color Cylindrical-coordinate representation of color #7DD12D: hue angle of 90.73º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7DD12D is Cyan = 0.40, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 45 | - |
| CMYK | 0.40 | 0 | 0.78 | 0.18 |
| HSL | 90.73º | 0.65% | 0.5% | - |
| HSV(B) | 90.73º | 0.78% | 0.82% | - |
| XYZ | 31.73 | 50.15 | 10.49 | - |
| YUV | 165.19 | 60.17 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 45 | 0.40 | 0 | 0.78 | 0.18 | 90.73 | 0.65 | 0.5 |
| Hex | 7D | D1 | 2D | 28 | 0 | 4E | 12 | 5B | 41 | 32 |
| Octal | 175 | 321 | 55 | 50 | 0 | 116 | 22 | 133 | 101 | 62 |
| Binary | 1111101 | 11010001 | 101101 | 101000 | 0 | 1001110 | 10010 | 1011011 | 1000001 | 110010 |
Color Harmonies of #7DD12D
Complementary color
Monochromatic Colors of #7DD12D
Black with #7DD12D
Text Example
Text Example
White with #7DD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD12D; }
p { color: rgb(125,209,45); }
H1.HeaderClassName
{
color: #7DD12D;
}
.AnyTagClassName
{
color: #7DD12D;
}
</style>
background-color css
<style>
a { background-color: #7DD12D; }
a { background-color: rgb(125,209,45); }
div.DivClassName
{
background-color: #7DD12D;
}
.BgClassName
{
background-color: #7DD12D;
}
</style>
border-color css
<style>
span { border-color: #7DD12D; }
span { border-color: rgb(125,209,45); }
td.TdClassName
{
border-color: #7DD12D;
}
.TagClassName
{
border-color: #7DD12D;
}
</style>