Shades of Citrus #9FCF05
Tints of Citrus #9FCF05
RGB
CMYK
RGB Variations
Color information
#9FCF05 (or 0x9FCF05) is known color: Citrus. HEX triplet: 9F, CF and 05. RGB value is (159,207,5). Sum of RGB (Red+Green+Blue) = 159+207+5=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 5 (2.34% from 255 or 1.35% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9FCF05 is #6030FA. Grayscale: #AAAAAA. Windows color (decimal): -6303995 or 380831. OLE color: 380831.
HSL color Cylindrical-coordinate representation of color #9FCF05: hue angle of 74.26º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9FCF05 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 5 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.19 |
| HSL | 74.26º | 0.95% | 0.42% | - |
| HSV(B) | 74.26º | 0.98% | 0.81% | - |
| XYZ | 36.64 | 52.01 | 8.25 | - |
| YUV | 169.62 | 35.1 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 5 | 0.23 | 0 | 0.98 | 0.19 | 74.26 | 0.95 | 0.42 |
| Hex | 9F | CF | 5 | 17 | 0 | 62 | 13 | 4A | 5F | 2A |
| Octal | 237 | 317 | 5 | 27 | 0 | 142 | 23 | 112 | 137 | 52 |
| Binary | 10011111 | 11001111 | 101 | 10111 | 0 | 1100010 | 10011 | 1001010 | 1011111 | 101010 |
Color Harmonies of #9FCF05
Complementary color
Monochromatic Colors of #9FCF05
Black with #9FCF05
Text Example
Text Example
White with #9FCF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF05; }
p { color: rgb(159,207,5); }
H1.HeaderClassName
{
color: #9FCF05;
}
.AnyTagClassName
{
color: #9FCF05;
}
</style>
background-color css
<style>
a { background-color: #9FCF05; }
a { background-color: rgb(159,207,5); }
div.DivClassName
{
background-color: #9FCF05;
}
.BgClassName
{
background-color: #9FCF05;
}
</style>
border-color css
<style>
span { border-color: #9FCF05; }
span { border-color: rgb(159,207,5); }
td.TdClassName
{
border-color: #9FCF05;
}
.TagClassName
{
border-color: #9FCF05;
}
</style>