Shades of Citron #7D941A
Tints of Citron #7D941A
RGB
CMYK
RGB Variations
Color information
#7D941A (or 0x7D941A) is known color: Citron. HEX triplet: 7D, 94 and 1A. RGB value is (125,148,26). Sum of RGB (Red+Green+Blue) = 125+148+26=299 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.81% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #7D941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D941A is #826BE5. Grayscale: #7F7F7F. Windows color (decimal): -8547302 or 1741949. OLE color: 1741949.
HSL color Cylindrical-coordinate representation of color #7D941A: hue angle of 71.31º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D941A is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 26 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.42 |
| HSL | 71.31º | 0.7% | 0.34% | - |
| HSV(B) | 71.31º | 0.82% | 0.58% | - |
| XYZ | 19.23 | 25.61 | 4.91 | - |
| YUV | 127.22 | 70.88 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 26 | 0.16 | 0 | 0.82 | 0.42 | 71.31 | 0.7 | 0.34 |
| Hex | 7D | 94 | 1A | 10 | 0 | 52 | 2A | 47 | 46 | 22 |
| Octal | 175 | 224 | 32 | 20 | 0 | 122 | 52 | 107 | 106 | 42 |
| Binary | 1111101 | 10010100 | 11010 | 10000 | 0 | 1010010 | 101010 | 1000111 | 1000110 | 100010 |
Color Harmonies of #7D941A
Complementary color
Monochromatic Colors of #7D941A
Black with #7D941A
Text Example
Text Example
White with #7D941A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D941A; }
p { color: rgb(125,148,26); }
H1.HeaderClassName
{
color: #7D941A;
}
.AnyTagClassName
{
color: #7D941A;
}
</style>
background-color css
<style>
a { background-color: #7D941A; }
a { background-color: rgb(125,148,26); }
div.DivClassName
{
background-color: #7D941A;
}
.BgClassName
{
background-color: #7D941A;
}
</style>
border-color css
<style>
span { border-color: #7D941A; }
span { border-color: rgb(125,148,26); }
td.TdClassName
{
border-color: #7D941A;
}
.TagClassName
{
border-color: #7D941A;
}
</style>