Shades of Citrus #9FCD01
Tints of Citrus #9FCD01
RGB
CMYK
RGB Variations
Color information
#9FCD01 (or 0x9FCD01) is known color: Citrus. HEX triplet: 9F, CD and 01. RGB value is (159,205,1). Sum of RGB (Red+Green+Blue) = 159+205+1=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCD01 is #6032FE. Grayscale: #A8A8A8. Windows color (decimal): -6304511 or 118175. OLE color: 118175.
HSL color Cylindrical-coordinate representation of color #9FCD01: hue angle of 73.53º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FCD01 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 205 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.20 |
| HSL | 73.53º | 0.99% | 0.4% | - |
| HSV(B) | 73.53º | 1% | 0.8% | - |
| XYZ | 36.13 | 51.04 | 7.98 | - |
| YUV | 167.99 | 33.76 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 205 | 1 | 0.22 | 0 | 1.00 | 0.20 | 73.53 | 0.99 | 0.4 |
| Hex | 9F | CD | 1 | 16 | 0 | 64 | 14 | 4A | 63 | 28 |
| Octal | 237 | 315 | 1 | 26 | 0 | 144 | 24 | 112 | 143 | 50 |
| Binary | 10011111 | 11001101 | 1 | 10110 | 0 | 1100100 | 10100 | 1001010 | 1100011 | 101000 |
Color Harmonies of #9FCD01
Complementary color
Monochromatic Colors of #9FCD01
Black with #9FCD01
Text Example
Text Example
White with #9FCD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCD01; }
p { color: rgb(159,205,1); }
H1.HeaderClassName
{
color: #9FCD01;
}
.AnyTagClassName
{
color: #9FCD01;
}
</style>
background-color css
<style>
a { background-color: #9FCD01; }
a { background-color: rgb(159,205,1); }
div.DivClassName
{
background-color: #9FCD01;
}
.BgClassName
{
background-color: #9FCD01;
}
</style>
border-color css
<style>
span { border-color: #9FCD01; }
span { border-color: rgb(159,205,1); }
td.TdClassName
{
border-color: #9FCD01;
}
.TagClassName
{
border-color: #9FCD01;
}
</style>