Shades of Citrus #9FC50B
Tints of Citrus #9FC50B
RGB
CMYK
RGB Variations
Color information
#9FC50B (or 0x9FC50B) is known color: Citrus. HEX triplet: 9F, C5 and 0B. RGB value is (159,197,11). Sum of RGB (Red+Green+Blue) = 159+197+11=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 11 (4.69% from 255 or 3.00% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC50B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC50B is #603AF4. Grayscale: #A5A5A5. Windows color (decimal): -6306549 or 771487. OLE color: 771487.
HSL color Cylindrical-coordinate representation of color #9FC50B: hue angle of 72.26º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9FC50B is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 11 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.23 |
| HSL | 72.26º | 0.89% | 0.41% | - |
| HSV(B) | 72.26º | 0.94% | 0.77% | - |
| XYZ | 34.32 | 47.33 | 7.64 | - |
| YUV | 164.43 | 41.41 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 11 | 0.19 | 0 | 0.94 | 0.23 | 72.26 | 0.89 | 0.41 |
| Hex | 9F | C5 | B | 13 | 0 | 5E | 17 | 48 | 59 | 29 |
| Octal | 237 | 305 | 13 | 23 | 0 | 136 | 27 | 110 | 131 | 51 |
| Binary | 10011111 | 11000101 | 1011 | 10011 | 0 | 1011110 | 10111 | 1001000 | 1011001 | 101001 |
Color Harmonies of #9FC50B
Complementary color
Monochromatic Colors of #9FC50B
Black with #9FC50B
Text Example
Text Example
White with #9FC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC50B; }
p { color: rgb(159,197,11); }
H1.HeaderClassName
{
color: #9FC50B;
}
.AnyTagClassName
{
color: #9FC50B;
}
</style>
background-color css
<style>
a { background-color: #9FC50B; }
a { background-color: rgb(159,197,11); }
div.DivClassName
{
background-color: #9FC50B;
}
.BgClassName
{
background-color: #9FC50B;
}
</style>
border-color css
<style>
span { border-color: #9FC50B; }
span { border-color: rgb(159,197,11); }
td.TdClassName
{
border-color: #9FC50B;
}
.TagClassName
{
border-color: #9FC50B;
}
</style>