Shades of Citrus #9FB705
Tints of Citrus #9FB705
RGB
CMYK
RGB Variations
Color information
#9FB705 (or 0x9FB705) is known color: Citrus. HEX triplet: 9F, B7 and 05. RGB value is (159,183,5). Sum of RGB (Red+Green+Blue) = 159+183+5=347 (45% of max value = 765). Red value is 159 (62.5% from 255 or 45.82% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB705 is #6048FA. Grayscale: #9C9C9C. Windows color (decimal): -6310139 or 374687. OLE color: 374687.
HSL color Cylindrical-coordinate representation of color #9FB705: hue angle of 68.09º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9FB705 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.28 |
| HSL | 68.09º | 0.95% | 0.37% | - |
| HSV(B) | 68.09º | 0.97% | 0.72% | - |
| XYZ | 31.26 | 41.25 | 6.46 | - |
| YUV | 155.53 | 43.05 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 5 | 0.13 | 0 | 0.97 | 0.28 | 68.09 | 0.95 | 0.37 |
| Hex | 9F | B7 | 5 | D | 0 | 61 | 1C | 44 | 5F | 25 |
| Octal | 237 | 267 | 5 | 15 | 0 | 141 | 34 | 104 | 137 | 45 |
| Binary | 10011111 | 10110111 | 101 | 1101 | 0 | 1100001 | 11100 | 1000100 | 1011111 | 100101 |
Color Harmonies of #9FB705
Complementary color
Monochromatic Colors of #9FB705
Black with #9FB705
Text Example
Text Example
White with #9FB705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB705; }
p { color: rgb(159,183,5); }
H1.HeaderClassName
{
color: #9FB705;
}
.AnyTagClassName
{
color: #9FB705;
}
</style>
background-color css
<style>
a { background-color: #9FB705; }
a { background-color: rgb(159,183,5); }
div.DivClassName
{
background-color: #9FB705;
}
.BgClassName
{
background-color: #9FB705;
}
</style>
border-color css
<style>
span { border-color: #9FB705; }
span { border-color: rgb(159,183,5); }
td.TdClassName
{
border-color: #9FB705;
}
.TagClassName
{
border-color: #9FB705;
}
</style>