Shades of Citrus #9CCF03
Tints of Citrus #9CCF03
RGB
CMYK
RGB Variations
Color information
#9CCF03 (or 0x9CCF03) is known color: Citrus. HEX triplet: 9C, CF and 03. RGB value is (156,207,3). Sum of RGB (Red+Green+Blue) = 156+207+3=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #9CCF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CCF03 is #6330FC. Grayscale: #A9A9A9. Windows color (decimal): -6500605 or 249756. OLE color: 249756.
HSL color Cylindrical-coordinate representation of color #9CCF03: hue angle of 75º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CCF03 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 207 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.19 |
| HSL | 75º | 0.97% | 0.41% | - |
| HSV(B) | 75º | 0.99% | 0.81% | - |
| XYZ | 36.04 | 51.7 | 8.17 | - |
| YUV | 168.5 | 34.6 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 207 | 3 | 0.25 | 0 | 0.99 | 0.19 | 75 | 0.97 | 0.41 |
| Hex | 9C | CF | 3 | 19 | 0 | 63 | 13 | 4B | 61 | 29 |
| Octal | 234 | 317 | 3 | 31 | 0 | 143 | 23 | 113 | 141 | 51 |
| Binary | 10011100 | 11001111 | 11 | 11001 | 0 | 1100011 | 10011 | 1001011 | 1100001 | 101001 |
Color Harmonies of #9CCF03
Complementary color
Monochromatic Colors of #9CCF03
Black with #9CCF03
Text Example
Text Example
White with #9CCF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CCF03; }
p { color: rgb(156,207,3); }
H1.HeaderClassName
{
color: #9CCF03;
}
.AnyTagClassName
{
color: #9CCF03;
}
</style>
background-color css
<style>
a { background-color: #9CCF03; }
a { background-color: rgb(156,207,3); }
div.DivClassName
{
background-color: #9CCF03;
}
.BgClassName
{
background-color: #9CCF03;
}
</style>
border-color css
<style>
span { border-color: #9CCF03; }
span { border-color: rgb(156,207,3); }
td.TdClassName
{
border-color: #9CCF03;
}
.TagClassName
{
border-color: #9CCF03;
}
</style>