Shades of Citrus #949F05
Tints of Citrus #949F05
RGB
CMYK
RGB Variations
Color information
#949F05 (or 0x949F05) is known color: Citrus. HEX triplet: 94, 9F and 05. RGB value is (148,159,5). Sum of RGB (Red+Green+Blue) = 148+159+5=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 159 (62.5% from 255 or 50.96% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 159 - color contains mainly: green. Hex color #949F05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F05 is #6B60FA. Grayscale: #8A8A8A. Windows color (decimal): -7037179 or 368532. OLE color: 368532.
HSL color Cylindrical-coordinate representation of color #949F05: hue angle of 64.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #949F05 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 5 | - |
| CMYK | 0.07 | 0 | 0.97 | 0.38 |
| HSL | 64.29º | 0.94% | 0.32% | - |
| HSV(B) | 64.29º | 0.97% | 0.62% | - |
| XYZ | 24.64 | 31.1 | 4.85 | - |
| YUV | 138.16 | 52.86 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 5 | 0.07 | 0 | 0.97 | 0.38 | 64.29 | 0.94 | 0.32 |
| Hex | 94 | 9F | 5 | 7 | 0 | 61 | 26 | 40 | 5E | 20 |
| Octal | 224 | 237 | 5 | 7 | 0 | 141 | 46 | 100 | 136 | 40 |
| Binary | 10010100 | 10011111 | 101 | 111 | 0 | 1100001 | 100110 | 1000000 | 1011110 | 100000 |
Color Harmonies of #949F05
Complementary color
Monochromatic Colors of #949F05
Black with #949F05
Text Example
Text Example
White with #949F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F05; }
p { color: rgb(148,159,5); }
H1.HeaderClassName
{
color: #949F05;
}
.AnyTagClassName
{
color: #949F05;
}
</style>
background-color css
<style>
a { background-color: #949F05; }
a { background-color: rgb(148,159,5); }
div.DivClassName
{
background-color: #949F05;
}
.BgClassName
{
background-color: #949F05;
}
</style>
border-color css
<style>
span { border-color: #949F05; }
span { border-color: rgb(148,159,5); }
td.TdClassName
{
border-color: #949F05;
}
.TagClassName
{
border-color: #949F05;
}
</style>