Shades of Citron #7D950D
Tints of Citron #7D950D
RGB
CMYK
RGB Variations
Color information
#7D950D (or 0x7D950D) is known color: Citron. HEX triplet: 7D, 95 and 0D. RGB value is (125,149,13). Sum of RGB (Red+Green+Blue) = 125+149+13=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 149 (58.59% from 255 or 51.92% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 149 - color contains mainly: green. Hex color #7D950D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D950D is #826AF2. Grayscale: #7E7E7E. Windows color (decimal): -8547059 or 890237. OLE color: 890237.
HSL color Cylindrical-coordinate representation of color #7D950D: hue angle of 70.59º degrees, saturation: 0.84, 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 #7D950D is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 13 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.42 |
| HSL | 70.59º | 0.84% | 0.32% | - |
| HSV(B) | 70.59º | 0.91% | 0.58% | - |
| XYZ | 19.28 | 25.88 | 4.36 | - |
| YUV | 126.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 13 | 0.16 | 0 | 0.91 | 0.42 | 70.59 | 0.84 | 0.32 |
| Hex | 7D | 95 | D | 10 | 0 | 5B | 2A | 47 | 54 | 20 |
| Octal | 175 | 225 | 15 | 20 | 0 | 133 | 52 | 107 | 124 | 40 |
| Binary | 1111101 | 10010101 | 1101 | 10000 | 0 | 1011011 | 101010 | 1000111 | 1010100 | 100000 |
Color Harmonies of #7D950D
Complementary color
Monochromatic Colors of #7D950D
Black with #7D950D
Text Example
Text Example
White with #7D950D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D950D; }
p { color: rgb(125,149,13); }
H1.HeaderClassName
{
color: #7D950D;
}
.AnyTagClassName
{
color: #7D950D;
}
</style>
background-color css
<style>
a { background-color: #7D950D; }
a { background-color: rgb(125,149,13); }
div.DivClassName
{
background-color: #7D950D;
}
.BgClassName
{
background-color: #7D950D;
}
</style>
border-color css
<style>
span { border-color: #7D950D; }
span { border-color: rgb(125,149,13); }
td.TdClassName
{
border-color: #7D950D;
}
.TagClassName
{
border-color: #7D950D;
}
</style>