Shades of Citrus #9DBF03
Tints of Citrus #9DBF03
RGB
CMYK
RGB Variations
Color information
#9DBF03 (or 0x9DBF03) is known color: Citrus. HEX triplet: 9D, BF and 03. RGB value is (157,191,3). Sum of RGB (Red+Green+Blue) = 157+191+3=351 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.73% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #9DBF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DBF03 is #6240FC. Grayscale: #A0A0A0. Windows color (decimal): -6439165 or 245661. OLE color: 245661.
HSL color Cylindrical-coordinate representation of color #9DBF03: hue angle of 70.85º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DBF03 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 157 | 191 | 3 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.25 |
| HSL | 70.85º | 0.97% | 0.38% | - |
| HSV(B) | 70.85º | 0.98% | 0.75% | - |
| XYZ | 32.55 | 44.44 | 6.95 | - |
| YUV | 159.4 | 39.74 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 191 | 3 | 0.18 | 0 | 0.98 | 0.25 | 70.85 | 0.97 | 0.38 |
| Hex | 9D | BF | 3 | 12 | 0 | 62 | 19 | 47 | 61 | 26 |
| Octal | 235 | 277 | 3 | 22 | 0 | 142 | 31 | 107 | 141 | 46 |
| Binary | 10011101 | 10111111 | 11 | 10010 | 0 | 1100010 | 11001 | 1000111 | 1100001 | 100110 |
Color Harmonies of #9DBF03
Complementary color
Monochromatic Colors of #9DBF03
Black with #9DBF03
Text Example
Text Example
White with #9DBF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBF03; }
p { color: rgb(157,191,3); }
H1.HeaderClassName
{
color: #9DBF03;
}
.AnyTagClassName
{
color: #9DBF03;
}
</style>
background-color css
<style>
a { background-color: #9DBF03; }
a { background-color: rgb(157,191,3); }
div.DivClassName
{
background-color: #9DBF03;
}
.BgClassName
{
background-color: #9DBF03;
}
</style>
border-color css
<style>
span { border-color: #9DBF03; }
span { border-color: rgb(157,191,3); }
td.TdClassName
{
border-color: #9DBF03;
}
.TagClassName
{
border-color: #9DBF03;
}
</style>