Shades of Citrus #9BD003
Tints of Citrus #9BD003
RGB
CMYK
RGB Variations
Color information
#9BD003 (or 0x9BD003) is known color: Citrus. HEX triplet: 9B, D0 and 03. RGB value is (155,208,3). Sum of RGB (Red+Green+Blue) = 155+208+3=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD003 is #642FFC. Grayscale: #A9A9A9. Windows color (decimal): -6565885 or 250011. OLE color: 250011.
HSL color Cylindrical-coordinate representation of color #9BD003: hue angle of 75.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BD003 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 3 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.18 |
| HSL | 75.51º | 0.97% | 0.41% | - |
| HSV(B) | 75.51º | 0.99% | 0.82% | - |
| XYZ | 36.09 | 52.09 | 8.24 | - |
| YUV | 168.78 | 34.44 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 3 | 0.25 | 0 | 0.99 | 0.18 | 75.51 | 0.97 | 0.41 |
| Hex | 9B | D0 | 3 | 19 | 0 | 63 | 12 | 4C | 61 | 29 |
| Octal | 233 | 320 | 3 | 31 | 0 | 143 | 22 | 114 | 141 | 51 |
| Binary | 10011011 | 11010000 | 11 | 11001 | 0 | 1100011 | 10010 | 1001100 | 1100001 | 101001 |
Color Harmonies of #9BD003
Complementary color
Monochromatic Colors of #9BD003
Black with #9BD003
Text Example
Text Example
White with #9BD003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD003; }
p { color: rgb(155,208,3); }
H1.HeaderClassName
{
color: #9BD003;
}
.AnyTagClassName
{
color: #9BD003;
}
</style>
background-color css
<style>
a { background-color: #9BD003; }
a { background-color: rgb(155,208,3); }
div.DivClassName
{
background-color: #9BD003;
}
.BgClassName
{
background-color: #9BD003;
}
</style>
border-color css
<style>
span { border-color: #9BD003; }
span { border-color: rgb(155,208,3); }
td.TdClassName
{
border-color: #9BD003;
}
.TagClassName
{
border-color: #9BD003;
}
</style>