Shades of Yellow Green #7DCE32
Tints of Yellow Green #7DCE32
RGB
CMYK
RGB Variations
Color information
#7DCE32 (or 0x7DCE32) is known color: Yellow Green. HEX triplet: 7D, CE and 32. RGB value is (125,206,50). Sum of RGB (Red+Green+Blue) = 125+206+50=381 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.81% from 381); Green value is 206 (80.86% from 255 or 54.07% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DCE32 is #8231CD. Grayscale: #A4A4A4. Windows color (decimal): -8532430 or 3329661. OLE color: 3329661.
HSL color Cylindrical-coordinate representation of color #7DCE32: hue angle of 91.15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DCE32 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 50 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.19 |
| HSL | 91.15º | 0.61% | 0.5% | - |
| HSV(B) | 91.15º | 0.76% | 0.81% | - |
| XYZ | 31.1 | 48.73 | 10.78 | - |
| YUV | 164 | 63.66 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 50 | 0.39 | 0 | 0.76 | 0.19 | 91.15 | 0.61 | 0.5 |
| Hex | 7D | CE | 32 | 27 | 0 | 4C | 13 | 5B | 3D | 32 |
| Octal | 175 | 316 | 62 | 47 | 0 | 114 | 23 | 133 | 75 | 62 |
| Binary | 1111101 | 11001110 | 110010 | 100111 | 0 | 1001100 | 10011 | 1011011 | 111101 | 110010 |
Color Harmonies of #7DCE32
Complementary color
Monochromatic Colors of #7DCE32
Black with #7DCE32
Text Example
Text Example
White with #7DCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE32; }
p { color: rgb(125,206,50); }
H1.HeaderClassName
{
color: #7DCE32;
}
.AnyTagClassName
{
color: #7DCE32;
}
</style>
background-color css
<style>
a { background-color: #7DCE32; }
a { background-color: rgb(125,206,50); }
div.DivClassName
{
background-color: #7DCE32;
}
.BgClassName
{
background-color: #7DCE32;
}
</style>
border-color css
<style>
span { border-color: #7DCE32; }
span { border-color: rgb(125,206,50); }
td.TdClassName
{
border-color: #7DCE32;
}
.TagClassName
{
border-color: #7DCE32;
}
</style>