Shades of Citron #7D941B
Tints of Citron #7D941B
RGB
CMYK
RGB Variations
Color information
#7D941B (or 0x7D941B) is known color: Citron. HEX triplet: 7D, 94 and 1B. RGB value is (125,148,27). Sum of RGB (Red+Green+Blue) = 125+148+27=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 27 (10.94% from 255 or 9% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #7D941B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D941B is #826BE4. Grayscale: #7F7F7F. Windows color (decimal): -8547301 or 1807485. OLE color: 1807485.
HSL color Cylindrical-coordinate representation of color #7D941B: hue angle of 71.4º degrees, saturation: 0.69, 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 #7D941B is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 148 | 27 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.42 |
| HSL | 71.4º | 0.69% | 0.34% | - |
| HSV(B) | 71.4º | 0.82% | 0.58% | - |
| XYZ | 19.25 | 25.62 | 4.97 | - |
| YUV | 127.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 148 | 27 | 0.16 | 0 | 0.82 | 0.42 | 71.4 | 0.69 | 0.34 |
| Hex | 7D | 94 | 1B | 10 | 0 | 52 | 2A | 47 | 45 | 22 |
| Octal | 175 | 224 | 33 | 20 | 0 | 122 | 52 | 107 | 105 | 42 |
| Binary | 1111101 | 10010100 | 11011 | 10000 | 0 | 1010010 | 101010 | 1000111 | 1000101 | 100010 |
Color Harmonies of #7D941B
Complementary color
Monochromatic Colors of #7D941B
Black with #7D941B
Text Example
Text Example
White with #7D941B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D941B; }
p { color: rgb(125,148,27); }
H1.HeaderClassName
{
color: #7D941B;
}
.AnyTagClassName
{
color: #7D941B;
}
</style>
background-color css
<style>
a { background-color: #7D941B; }
a { background-color: rgb(125,148,27); }
div.DivClassName
{
background-color: #7D941B;
}
.BgClassName
{
background-color: #7D941B;
}
</style>
border-color css
<style>
span { border-color: #7D941B; }
span { border-color: rgb(125,148,27); }
td.TdClassName
{
border-color: #7D941B;
}
.TagClassName
{
border-color: #7D941B;
}
</style>