Shades of Citrus #9FB710
Tints of Citrus #9FB710
RGB
CMYK
RGB Variations
Color information
#9FB710 (or 0x9FB710) is known color: Citrus. HEX triplet: 9F, B7 and 10. RGB value is (159,183,16). Sum of RGB (Red+Green+Blue) = 159+183+16=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 183 (71.88% from 255 or 51.12% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 183 - color contains mainly: green. Hex color #9FB710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FB710 is #6048EF. Grayscale: #9D9D9D. Windows color (decimal): -6310128 or 1095583. OLE color: 1095583.
HSL color Cylindrical-coordinate representation of color #9FB710: hue angle of 68.62º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9FB710 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 159 | 183 | 16 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.28 |
| HSL | 68.62º | 0.84% | 0.39% | - |
| HSV(B) | 68.62º | 0.91% | 0.72% | - |
| XYZ | 31.33 | 41.28 | 6.81 | - |
| YUV | 156.79 | 48.55 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 183 | 16 | 0.13 | 0 | 0.91 | 0.28 | 68.62 | 0.84 | 0.39 |
| Hex | 9F | B7 | 10 | D | 0 | 5B | 1C | 45 | 54 | 27 |
| Octal | 237 | 267 | 20 | 15 | 0 | 133 | 34 | 105 | 124 | 47 |
| Binary | 10011111 | 10110111 | 10000 | 1101 | 0 | 1011011 | 11100 | 1000101 | 1010100 | 100111 |
Color Harmonies of #9FB710
Complementary color
Monochromatic Colors of #9FB710
Black with #9FB710
Text Example
Text Example
White with #9FB710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FB710; }
p { color: rgb(159,183,16); }
H1.HeaderClassName
{
color: #9FB710;
}
.AnyTagClassName
{
color: #9FB710;
}
</style>
background-color css
<style>
a { background-color: #9FB710; }
a { background-color: rgb(159,183,16); }
div.DivClassName
{
background-color: #9FB710;
}
.BgClassName
{
background-color: #9FB710;
}
</style>
border-color css
<style>
span { border-color: #9FB710; }
span { border-color: rgb(159,183,16); }
td.TdClassName
{
border-color: #9FB710;
}
.TagClassName
{
border-color: #9FB710;
}
</style>