Shades of Citron #7D940E
Tints of Citron #7D940E
RGB
CMYK
RGB Variations
Color information
#7D940E (or 0x7D940E) is known color: Citron. HEX triplet: 7D, 94 and 0E. RGB value is (125,148,14). Sum of RGB (Red+Green+Blue) = 125+148+14=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #7D940E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D940E is #826BF1. Grayscale: #7E7E7E. Windows color (decimal): -8547314 or 955517. OLE color: 955517.
HSL color Cylindrical-coordinate representation of color #7D940E: hue angle of 70.3º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7D940E is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 14 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.42 |
| HSL | 70.3º | 0.83% | 0.32% | - |
| HSV(B) | 70.3º | 0.91% | 0.58% | - |
| XYZ | 19.13 | 25.57 | 4.34 | - |
| YUV | 125.85 | 64.88 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 14 | 0.16 | 0 | 0.91 | 0.42 | 70.3 | 0.83 | 0.32 |
| Hex | 7D | 94 | E | 10 | 0 | 5B | 2A | 46 | 53 | 20 |
| Octal | 175 | 224 | 16 | 20 | 0 | 133 | 52 | 106 | 123 | 40 |
| Binary | 1111101 | 10010100 | 1110 | 10000 | 0 | 1011011 | 101010 | 1000110 | 1010011 | 100000 |
Color Harmonies of #7D940E
Complementary color
Monochromatic Colors of #7D940E
Black with #7D940E
Text Example
Text Example
White with #7D940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D940E; }
p { color: rgb(125,148,14); }
H1.HeaderClassName
{
color: #7D940E;
}
.AnyTagClassName
{
color: #7D940E;
}
</style>
background-color css
<style>
a { background-color: #7D940E; }
a { background-color: rgb(125,148,14); }
div.DivClassName
{
background-color: #7D940E;
}
.BgClassName
{
background-color: #7D940E;
}
</style>
border-color css
<style>
span { border-color: #7D940E; }
span { border-color: rgb(125,148,14); }
td.TdClassName
{
border-color: #7D940E;
}
.TagClassName
{
border-color: #7D940E;
}
</style>