Shades of Yellow Green #7DCD24
Tints of Yellow Green #7DCD24
RGB
CMYK
RGB Variations
Color information
#7DCD24 (or 0x7DCD24) is known color: Yellow Green. HEX triplet: 7D, CD and 24. RGB value is (125,205,36). Sum of RGB (Red+Green+Blue) = 125+205+36=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD24 is #8232DB. Grayscale: #A2A2A2. Windows color (decimal): -8532700 or 2411901. OLE color: 2411901.
HSL color Cylindrical-coordinate representation of color #7DCD24: hue angle of 88.4º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DCD24 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 36 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.20 |
| HSL | 88.4º | 0.7% | 0.47% | - |
| HSV(B) | 88.4º | 0.82% | 0.8% | - |
| XYZ | 30.61 | 48.15 | 9.35 | - |
| YUV | 161.81 | 57 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 36 | 0.39 | 0 | 0.82 | 0.20 | 88.4 | 0.7 | 0.47 |
| Hex | 7D | CD | 24 | 27 | 0 | 52 | 14 | 58 | 46 | 2F |
| Octal | 175 | 315 | 44 | 47 | 0 | 122 | 24 | 130 | 106 | 57 |
| Binary | 1111101 | 11001101 | 100100 | 100111 | 0 | 1010010 | 10100 | 1011000 | 1000110 | 101111 |
Color Harmonies of #7DCD24
Complementary color
Monochromatic Colors of #7DCD24
Black with #7DCD24
Text Example
Text Example
White with #7DCD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD24; }
p { color: rgb(125,205,36); }
H1.HeaderClassName
{
color: #7DCD24;
}
.AnyTagClassName
{
color: #7DCD24;
}
</style>
background-color css
<style>
a { background-color: #7DCD24; }
a { background-color: rgb(125,205,36); }
div.DivClassName
{
background-color: #7DCD24;
}
.BgClassName
{
background-color: #7DCD24;
}
</style>
border-color css
<style>
span { border-color: #7DCD24; }
span { border-color: rgb(125,205,36); }
td.TdClassName
{
border-color: #7DCD24;
}
.TagClassName
{
border-color: #7DCD24;
}
</style>