Shades of Citron #7D951D
Tints of Citron #7D951D
RGB
CMYK
RGB Variations
Color information
#7D951D (or 0x7D951D) is known color: Citron. HEX triplet: 7D, 95 and 1D. RGB value is (125,149,29). Sum of RGB (Red+Green+Blue) = 125+149+29=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 29 (11.72% from 255 or 9.57% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #7D951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7D951D is #826AE2. Grayscale: #808080. Windows color (decimal): -8547043 or 1938813. OLE color: 1938813.
HSL color Cylindrical-coordinate representation of color #7D951D: hue angle of 72º degrees, saturation: 0.67, 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 #7D951D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 149 | 29 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.42 |
| HSL | 72º | 0.67% | 0.35% | - |
| HSV(B) | 72º | 0.81% | 0.58% | - |
| XYZ | 19.43 | 25.94 | 5.15 | - |
| YUV | 128.14 | 72.05 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 149 | 29 | 0.16 | 0 | 0.81 | 0.42 | 72 | 0.67 | 0.35 |
| Hex | 7D | 95 | 1D | 10 | 0 | 51 | 2A | 48 | 43 | 23 |
| Octal | 175 | 225 | 35 | 20 | 0 | 121 | 52 | 110 | 103 | 43 |
| Binary | 1111101 | 10010101 | 11101 | 10000 | 0 | 1010001 | 101010 | 1001000 | 1000011 | 100011 |
Color Harmonies of #7D951D
Complementary color
Monochromatic Colors of #7D951D
Black with #7D951D
Text Example
Text Example
White with #7D951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D951D; }
p { color: rgb(125,149,29); }
H1.HeaderClassName
{
color: #7D951D;
}
.AnyTagClassName
{
color: #7D951D;
}
</style>
background-color css
<style>
a { background-color: #7D951D; }
a { background-color: rgb(125,149,29); }
div.DivClassName
{
background-color: #7D951D;
}
.BgClassName
{
background-color: #7D951D;
}
</style>
border-color css
<style>
span { border-color: #7D951D; }
span { border-color: rgb(125,149,29); }
td.TdClassName
{
border-color: #7D951D;
}
.TagClassName
{
border-color: #7D951D;
}
</style>