Shades of Yellow Green #7DCD3A
Tints of Yellow Green #7DCD3A
RGB
CMYK
RGB Variations
Color information
#7DCD3A (or 0x7DCD3A) is known color: Yellow Green. HEX triplet: 7D, CD and 3A. RGB value is (125,205,58). Sum of RGB (Red+Green+Blue) = 125+205+58=388 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.22% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD3A is #8232C5. Grayscale: #A4A4A4. Windows color (decimal): -8532678 or 3853693. OLE color: 3853693.
HSL color Cylindrical-coordinate representation of color #7DCD3A: hue angle of 92.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DCD3A is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 58 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.20 |
| HSL | 92.65º | 0.6% | 0.52% | - |
| HSV(B) | 92.65º | 0.72% | 0.8% | - |
| XYZ | 31.05 | 48.33 | 11.69 | - |
| YUV | 164.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 58 | 0.39 | 0 | 0.72 | 0.20 | 92.65 | 0.6 | 0.52 |
| Hex | 7D | CD | 3A | 27 | 0 | 48 | 14 | 5D | 3C | 34 |
| Octal | 175 | 315 | 72 | 47 | 0 | 110 | 24 | 135 | 74 | 64 |
| Binary | 1111101 | 11001101 | 111010 | 100111 | 0 | 1001000 | 10100 | 1011101 | 111100 | 110100 |
Color Harmonies of #7DCD3A
Complementary color
Monochromatic Colors of #7DCD3A
Black with #7DCD3A
Text Example
Text Example
White with #7DCD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD3A; }
p { color: rgb(125,205,58); }
H1.HeaderClassName
{
color: #7DCD3A;
}
.AnyTagClassName
{
color: #7DCD3A;
}
</style>
background-color css
<style>
a { background-color: #7DCD3A; }
a { background-color: rgb(125,205,58); }
div.DivClassName
{
background-color: #7DCD3A;
}
.BgClassName
{
background-color: #7DCD3A;
}
</style>
border-color css
<style>
span { border-color: #7DCD3A; }
span { border-color: rgb(125,205,58); }
td.TdClassName
{
border-color: #7DCD3A;
}
.TagClassName
{
border-color: #7DCD3A;
}
</style>