Shades of Citrus #9FD103
Tints of Citrus #9FD103
RGB
CMYK
RGB Variations
Color information
#9FD103 (or 0x9FD103) is known color: Citrus. HEX triplet: 9F, D1 and 03. RGB value is (159,209,3). Sum of RGB (Red+Green+Blue) = 159+209+3=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 209 (82.03% from 255 or 56.33% from 371); Blue value is 3 (1.56% from 255 or 0.81% from 371); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FD103 is #602EFC. Grayscale: #ABABAB. Windows color (decimal): -6303485 or 250271. OLE color: 250271.
HSL color Cylindrical-coordinate representation of color #9FD103: hue angle of 74.56º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FD103 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 3 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.18 |
| HSL | 74.56º | 0.97% | 0.42% | - |
| HSV(B) | 74.56º | 0.99% | 0.82% | - |
| XYZ | 37.11 | 52.98 | 8.36 | - |
| YUV | 170.57 | 33.44 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 3 | 0.24 | 0 | 0.99 | 0.18 | 74.56 | 0.97 | 0.42 |
| Hex | 9F | D1 | 3 | 18 | 0 | 63 | 12 | 4B | 61 | 2A |
| Octal | 237 | 321 | 3 | 30 | 0 | 143 | 22 | 113 | 141 | 52 |
| Binary | 10011111 | 11010001 | 11 | 11000 | 0 | 1100011 | 10010 | 1001011 | 1100001 | 101010 |
Color Harmonies of #9FD103
Complementary color
Monochromatic Colors of #9FD103
Black with #9FD103
Text Example
Text Example
White with #9FD103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD103; }
p { color: rgb(159,209,3); }
H1.HeaderClassName
{
color: #9FD103;
}
.AnyTagClassName
{
color: #9FD103;
}
</style>
background-color css
<style>
a { background-color: #9FD103; }
a { background-color: rgb(159,209,3); }
div.DivClassName
{
background-color: #9FD103;
}
.BgClassName
{
background-color: #9FD103;
}
</style>
border-color css
<style>
span { border-color: #9FD103; }
span { border-color: rgb(159,209,3); }
td.TdClassName
{
border-color: #9FD103;
}
.TagClassName
{
border-color: #9FD103;
}
</style>