Shades of Citrus #9DCB03
Tints of Citrus #9DCB03
RGB
CMYK
RGB Variations
Color information
#9DCB03 (or 0x9DCB03) is known color: Citrus. HEX triplet: 9D, CB and 03. RGB value is (157,203,3). Sum of RGB (Red+Green+Blue) = 157+203+3=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 3 (1.56% from 255 or 0.83% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DCB03 is #6234FC. Grayscale: #A7A7A7. Windows color (decimal): -6436093 or 248733. OLE color: 248733.
HSL color Cylindrical-coordinate representation of color #9DCB03: hue angle of 73.8º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DCB03 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 3 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.20 |
| HSL | 73.8º | 0.97% | 0.4% | - |
| HSV(B) | 73.8º | 0.99% | 0.8% | - |
| XYZ | 35.28 | 49.89 | 7.86 | - |
| YUV | 166.45 | 35.76 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 3 | 0.23 | 0 | 0.99 | 0.20 | 73.8 | 0.97 | 0.4 |
| Hex | 9D | CB | 3 | 17 | 0 | 63 | 14 | 4A | 61 | 28 |
| Octal | 235 | 313 | 3 | 27 | 0 | 143 | 24 | 112 | 141 | 50 |
| Binary | 10011101 | 11001011 | 11 | 10111 | 0 | 1100011 | 10100 | 1001010 | 1100001 | 101000 |
Color Harmonies of #9DCB03
Complementary color
Monochromatic Colors of #9DCB03
Black with #9DCB03
Text Example
Text Example
White with #9DCB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB03; }
p { color: rgb(157,203,3); }
H1.HeaderClassName
{
color: #9DCB03;
}
.AnyTagClassName
{
color: #9DCB03;
}
</style>
background-color css
<style>
a { background-color: #9DCB03; }
a { background-color: rgb(157,203,3); }
div.DivClassName
{
background-color: #9DCB03;
}
.BgClassName
{
background-color: #9DCB03;
}
</style>
border-color css
<style>
span { border-color: #9DCB03; }
span { border-color: rgb(157,203,3); }
td.TdClassName
{
border-color: #9DCB03;
}
.TagClassName
{
border-color: #9DCB03;
}
</style>