Shades of Yellow Green #7DCD36
Tints of Yellow Green #7DCD36
RGB
CMYK
RGB Variations
Color information
#7DCD36 (or 0x7DCD36) is known color: Yellow Green. HEX triplet: 7D, CD and 36. RGB value is (125,205,54). Sum of RGB (Red+Green+Blue) = 125+205+54=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 54 (21.48% from 255 or 14.06% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCD36 is #8232C9. Grayscale: #A4A4A4. Windows color (decimal): -8532682 or 3591549. OLE color: 3591549.
HSL color Cylindrical-coordinate representation of color #7DCD36: hue angle of 91.79º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DCD36 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 54 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.20 |
| HSL | 91.79º | 0.6% | 0.51% | - |
| HSV(B) | 91.79º | 0.74% | 0.8% | - |
| XYZ | 30.95 | 48.29 | 11.18 | - |
| YUV | 163.87 | 66 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 54 | 0.39 | 0 | 0.74 | 0.20 | 91.79 | 0.6 | 0.51 |
| Hex | 7D | CD | 36 | 27 | 0 | 4A | 14 | 5C | 3C | 33 |
| Octal | 175 | 315 | 66 | 47 | 0 | 112 | 24 | 134 | 74 | 63 |
| Binary | 1111101 | 11001101 | 110110 | 100111 | 0 | 1001010 | 10100 | 1011100 | 111100 | 110011 |
Color Harmonies of #7DCD36
Complementary color
Monochromatic Colors of #7DCD36
Black with #7DCD36
Text Example
Text Example
White with #7DCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD36; }
p { color: rgb(125,205,54); }
H1.HeaderClassName
{
color: #7DCD36;
}
.AnyTagClassName
{
color: #7DCD36;
}
</style>
background-color css
<style>
a { background-color: #7DCD36; }
a { background-color: rgb(125,205,54); }
div.DivClassName
{
background-color: #7DCD36;
}
.BgClassName
{
background-color: #7DCD36;
}
</style>
border-color css
<style>
span { border-color: #7DCD36; }
span { border-color: rgb(125,205,54); }
td.TdClassName
{
border-color: #7DCD36;
}
.TagClassName
{
border-color: #7DCD36;
}
</style>