Shades of Citron #7D951C
Tints of Citron #7D951C
RGB
CMYK
RGB Variations
Color information
#7D951C (or 0x7D951C) is known color: Citron. HEX triplet: 7D, 95 and 1C. RGB value is (125,149,28). Sum of RGB (Red+Green+Blue) = 125+149+28=302 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.39% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #7D951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D951C is #826AE3. Grayscale: #808080. Windows color (decimal): -8547044 or 1873277. OLE color: 1873277.
HSL color Cylindrical-coordinate representation of color #7D951C: hue angle of 71.9º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D951C is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 28 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.42 |
| HSL | 71.9º | 0.68% | 0.35% | - |
| HSV(B) | 71.9º | 0.81% | 0.58% | - |
| XYZ | 19.41 | 25.94 | 5.08 | - |
| YUV | 128.03 | 71.55 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 28 | 0.16 | 0 | 0.81 | 0.42 | 71.9 | 0.68 | 0.35 |
| Hex | 7D | 95 | 1C | 10 | 0 | 51 | 2A | 48 | 44 | 23 |
| Octal | 175 | 225 | 34 | 20 | 0 | 121 | 52 | 110 | 104 | 43 |
| Binary | 1111101 | 10010101 | 11100 | 10000 | 0 | 1010001 | 101010 | 1001000 | 1000100 | 100011 |
Color Harmonies of #7D951C
Complementary color
Monochromatic Colors of #7D951C
Black with #7D951C
Text Example
Text Example
White with #7D951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D951C; }
p { color: rgb(125,149,28); }
H1.HeaderClassName
{
color: #7D951C;
}
.AnyTagClassName
{
color: #7D951C;
}
</style>
background-color css
<style>
a { background-color: #7D951C; }
a { background-color: rgb(125,149,28); }
div.DivClassName
{
background-color: #7D951C;
}
.BgClassName
{
background-color: #7D951C;
}
</style>
border-color css
<style>
span { border-color: #7D951C; }
span { border-color: rgb(125,149,28); }
td.TdClassName
{
border-color: #7D951C;
}
.TagClassName
{
border-color: #7D951C;
}
</style>