Shades of Citron #949D07
Tints of Citron #949D07
RGB
CMYK
RGB Variations
Color information
#949D07 (or 0x949D07) is known color: Citron. HEX triplet: 94, 9D and 07. RGB value is (148,157,7). Sum of RGB (Red+Green+Blue) = 148+157+7=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 157 (61.72% from 255 or 50.32% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 157 - color contains mainly: green. Hex color #949D07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949D07 is #6B62F8. Grayscale: #898989. Windows color (decimal): -7037689 or 499092. OLE color: 499092.
HSL color Cylindrical-coordinate representation of color #949D07: hue angle of 63.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #949D07 is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 7 | - |
| CMYK | 0.06 | 0 | 0.96 | 0.38 |
| HSL | 63.6º | 0.91% | 0.32% | - |
| HSV(B) | 63.6º | 0.96% | 0.62% | - |
| XYZ | 24.31 | 30.43 | 4.79 | - |
| YUV | 137.21 | 54.52 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 7 | 0.06 | 0 | 0.96 | 0.38 | 63.6 | 0.91 | 0.32 |
| Hex | 94 | 9D | 7 | 6 | 0 | 60 | 26 | 40 | 5B | 20 |
| Octal | 224 | 235 | 7 | 6 | 0 | 140 | 46 | 100 | 133 | 40 |
| Binary | 10010100 | 10011101 | 111 | 110 | 0 | 1100000 | 100110 | 1000000 | 1011011 | 100000 |
Color Harmonies of #949D07
Complementary color
Monochromatic Colors of #949D07
Black with #949D07
Text Example
Text Example
White with #949D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D07; }
p { color: rgb(148,157,7); }
H1.HeaderClassName
{
color: #949D07;
}
.AnyTagClassName
{
color: #949D07;
}
</style>
background-color css
<style>
a { background-color: #949D07; }
a { background-color: rgb(148,157,7); }
div.DivClassName
{
background-color: #949D07;
}
.BgClassName
{
background-color: #949D07;
}
</style>
border-color css
<style>
span { border-color: #949D07; }
span { border-color: rgb(148,157,7); }
td.TdClassName
{
border-color: #949D07;
}
.TagClassName
{
border-color: #949D07;
}
</style>