Shades of Citrus #9FC507
Tints of Citrus #9FC507
RGB
CMYK
RGB Variations
Color information
#9FC507 (or 0x9FC507) is known color: Citrus. HEX triplet: 9F, C5 and 07. RGB value is (159,197,7). Sum of RGB (Red+Green+Blue) = 159+197+7=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FC507 is #603AF8. Grayscale: #A4A4A4. Windows color (decimal): -6306553 or 509343. OLE color: 509343.
HSL color Cylindrical-coordinate representation of color #9FC507: hue angle of 72º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9FC507 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 7 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.23 |
| HSL | 72º | 0.93% | 0.4% | - |
| HSV(B) | 72º | 0.96% | 0.77% | - |
| XYZ | 34.3 | 47.32 | 7.53 | - |
| YUV | 163.98 | 39.41 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 7 | 0.19 | 0 | 0.96 | 0.23 | 72 | 0.93 | 0.4 |
| Hex | 9F | C5 | 7 | 13 | 0 | 60 | 17 | 48 | 5D | 28 |
| Octal | 237 | 305 | 7 | 23 | 0 | 140 | 27 | 110 | 135 | 50 |
| Binary | 10011111 | 11000101 | 111 | 10011 | 0 | 1100000 | 10111 | 1001000 | 1011101 | 101000 |
Color Harmonies of #9FC507
Complementary color
Monochromatic Colors of #9FC507
Black with #9FC507
Text Example
Text Example
White with #9FC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC507; }
p { color: rgb(159,197,7); }
H1.HeaderClassName
{
color: #9FC507;
}
.AnyTagClassName
{
color: #9FC507;
}
</style>
background-color css
<style>
a { background-color: #9FC507; }
a { background-color: rgb(159,197,7); }
div.DivClassName
{
background-color: #9FC507;
}
.BgClassName
{
background-color: #9FC507;
}
</style>
border-color css
<style>
span { border-color: #9FC507; }
span { border-color: rgb(159,197,7); }
td.TdClassName
{
border-color: #9FC507;
}
.TagClassName
{
border-color: #9FC507;
}
</style>