Shades of Yellow Green #7DC93A
Tints of Yellow Green #7DC93A
RGB
CMYK
RGB Variations
Color information
#7DC93A (or 0x7DC93A) is known color: Yellow Green. HEX triplet: 7D, C9 and 3A. RGB value is (125,201,58). Sum of RGB (Red+Green+Blue) = 125+201+58=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC93A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC93A is #8236C5. Grayscale: #A2A2A2. Windows color (decimal): -8533702 or 3852669. OLE color: 3852669.
HSL color Cylindrical-coordinate representation of color #7DC93A: hue angle of 91.89º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DC93A is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 58 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.21 |
| HSL | 91.89º | 0.57% | 0.51% | - |
| HSV(B) | 91.89º | 0.71% | 0.79% | - |
| XYZ | 30.11 | 46.44 | 11.38 | - |
| YUV | 161.97 | 69.32 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 58 | 0.38 | 0 | 0.71 | 0.21 | 91.89 | 0.57 | 0.51 |
| Hex | 7D | C9 | 3A | 26 | 0 | 47 | 15 | 5C | 39 | 33 |
| Octal | 175 | 311 | 72 | 46 | 0 | 107 | 25 | 134 | 71 | 63 |
| Binary | 1111101 | 11001001 | 111010 | 100110 | 0 | 1000111 | 10101 | 1011100 | 111001 | 110011 |
Color Harmonies of #7DC93A
Complementary color
Monochromatic Colors of #7DC93A
Black with #7DC93A
Text Example
Text Example
White with #7DC93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC93A; }
p { color: rgb(125,201,58); }
H1.HeaderClassName
{
color: #7DC93A;
}
.AnyTagClassName
{
color: #7DC93A;
}
</style>
background-color css
<style>
a { background-color: #7DC93A; }
a { background-color: rgb(125,201,58); }
div.DivClassName
{
background-color: #7DC93A;
}
.BgClassName
{
background-color: #7DC93A;
}
</style>
border-color css
<style>
span { border-color: #7DC93A; }
span { border-color: rgb(125,201,58); }
td.TdClassName
{
border-color: #7DC93A;
}
.TagClassName
{
border-color: #7DC93A;
}
</style>