Shades of Yellow Green #7DCD38
Tints of Yellow Green #7DCD38
RGB
CMYK
RGB Variations
Color information
#7DCD38 (or 0x7DCD38) is known color: Yellow Green. HEX triplet: 7D, CD and 38. RGB value is (125,205,56). Sum of RGB (Red+Green+Blue) = 125+205+56=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD38 is #8232C7. Grayscale: #A4A4A4. Windows color (decimal): -8532680 or 3722621. OLE color: 3722621.
HSL color Cylindrical-coordinate representation of color #7DCD38: hue angle of 92.21º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DCD38 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 56 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.20 |
| HSL | 92.21º | 0.6% | 0.51% | - |
| HSV(B) | 92.21º | 0.73% | 0.8% | - |
| XYZ | 31 | 48.31 | 11.43 | - |
| YUV | 164.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 56 | 0.39 | 0 | 0.73 | 0.20 | 92.21 | 0.6 | 0.51 |
| Hex | 7D | CD | 38 | 27 | 0 | 49 | 14 | 5C | 3C | 33 |
| Octal | 175 | 315 | 70 | 47 | 0 | 111 | 24 | 134 | 74 | 63 |
| Binary | 1111101 | 11001101 | 111000 | 100111 | 0 | 1001001 | 10100 | 1011100 | 111100 | 110011 |
Color Harmonies of #7DCD38
Complementary color
Monochromatic Colors of #7DCD38
Black with #7DCD38
Text Example
Text Example
White with #7DCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD38; }
p { color: rgb(125,205,56); }
H1.HeaderClassName
{
color: #7DCD38;
}
.AnyTagClassName
{
color: #7DCD38;
}
</style>
background-color css
<style>
a { background-color: #7DCD38; }
a { background-color: rgb(125,205,56); }
div.DivClassName
{
background-color: #7DCD38;
}
.BgClassName
{
background-color: #7DCD38;
}
</style>
border-color css
<style>
span { border-color: #7DCD38; }
span { border-color: rgb(125,205,56); }
td.TdClassName
{
border-color: #7DCD38;
}
.TagClassName
{
border-color: #7DCD38;
}
</style>