Shades of Yellow Green #7DCD2A
Tints of Yellow Green #7DCD2A
RGB
CMYK
RGB Variations
Color information
#7DCD2A (or 0x7DCD2A) is known color: Yellow Green. HEX triplet: 7D, CD and 2A. RGB value is (125,205,42). Sum of RGB (Red+Green+Blue) = 125+205+42=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 205 (80.47% from 255 or 55.11% from 372); Blue value is 42 (16.80% from 255 or 11.29% from 372); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD2A is #8232D5. Grayscale: #A3A3A3. Windows color (decimal): -8532694 or 2805117. OLE color: 2805117.
HSL color Cylindrical-coordinate representation of color #7DCD2A: hue angle of 89.45º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7DCD2A is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 42 | - |
| CMYK | 0.39 | 0 | 0.80 | 0.20 |
| HSL | 89.45º | 0.66% | 0.48% | - |
| HSV(B) | 89.45º | 0.8% | 0.8% | - |
| XYZ | 30.71 | 48.19 | 9.87 | - |
| YUV | 162.5 | 60 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 42 | 0.39 | 0 | 0.80 | 0.20 | 89.45 | 0.66 | 0.48 |
| Hex | 7D | CD | 2A | 27 | 0 | 50 | 14 | 59 | 42 | 30 |
| Octal | 175 | 315 | 52 | 47 | 0 | 120 | 24 | 131 | 102 | 60 |
| Binary | 1111101 | 11001101 | 101010 | 100111 | 0 | 1010000 | 10100 | 1011001 | 1000010 | 110000 |
Color Harmonies of #7DCD2A
Complementary color
Monochromatic Colors of #7DCD2A
Black with #7DCD2A
Text Example
Text Example
White with #7DCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD2A; }
p { color: rgb(125,205,42); }
H1.HeaderClassName
{
color: #7DCD2A;
}
.AnyTagClassName
{
color: #7DCD2A;
}
</style>
background-color css
<style>
a { background-color: #7DCD2A; }
a { background-color: rgb(125,205,42); }
div.DivClassName
{
background-color: #7DCD2A;
}
.BgClassName
{
background-color: #7DCD2A;
}
</style>
border-color css
<style>
span { border-color: #7DCD2A; }
span { border-color: rgb(125,205,42); }
td.TdClassName
{
border-color: #7DCD2A;
}
.TagClassName
{
border-color: #7DCD2A;
}
</style>