Shades of Citrus #9FB700
Tints of Citrus #9FB700
RGB
CMYK
RGB Variations
Color information
#9FB700 (or 0x9FB700) is known color: Citrus. HEX triplet: 9F, B7 and 00. RGB value is (159,183,0). Sum of RGB (Red+Green+Blue) = 159+183+0=342 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.49% from 342); Green value is 183 (71.88% from 255 or 53.51% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB700 is #6048FF. Grayscale: #9B9B9B. Windows color (decimal): -6310144 or 47007. OLE color: 47007.
HSL color Cylindrical-coordinate representation of color #9FB700: hue angle of 67.87º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FB700 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.28 |
| HSL | 67.87º | 1% | 0.36% | - |
| HSV(B) | 67.87º | 1% | 0.72% | - |
| XYZ | 31.23 | 41.24 | 6.31 | - |
| YUV | 154.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 0 | 0.13 | 0 | 1 | 0.28 | 67.87 | 1 | 0.36 |
| Hex | 9F | B7 | 0 | D | 0 | 64 | 1C | 44 | 64 | 24 |
| Octal | 237 | 267 | 0 | 15 | 0 | 144 | 34 | 104 | 144 | 44 |
| Binary | 10011111 | 10110111 | 0 | 1101 | 0 | 1100100 | 11100 | 1000100 | 1100100 | 100100 |
Color Harmonies of #9FB700
Complementary color
Monochromatic Colors of #9FB700
Black with #9FB700
Text Example
Text Example
White with #9FB700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB700; }
p { color: rgb(159,183,0); }
H1.HeaderClassName
{
color: #9FB700;
}
.AnyTagClassName
{
color: #9FB700;
}
</style>
background-color css
<style>
a { background-color: #9FB700; }
a { background-color: rgb(159,183,0); }
div.DivClassName
{
background-color: #9FB700;
}
.BgClassName
{
background-color: #9FB700;
}
</style>
border-color css
<style>
span { border-color: #9FB700; }
span { border-color: rgb(159,183,0); }
td.TdClassName
{
border-color: #9FB700;
}
.TagClassName
{
border-color: #9FB700;
}
</style>