Shades of Citrus #9BD203
Tints of Citrus #9BD203
RGB
CMYK
RGB Variations
Color information
#9BD203 (or 0x9BD203) is known color: Citrus. HEX triplet: 9B, D2 and 03. RGB value is (155,210,3). Sum of RGB (Red+Green+Blue) = 155+210+3=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD203 is #642DFC. Grayscale: #AAAAAA. Windows color (decimal): -6565373 or 250523. OLE color: 250523.
HSL color Cylindrical-coordinate representation of color #9BD203: hue angle of 75.94º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BD203 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 210 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.18 |
| HSL | 75.94º | 0.97% | 0.42% | - |
| HSV(B) | 75.94º | 0.99% | 0.82% | - |
| XYZ | 36.58 | 53.07 | 8.4 | - |
| YUV | 169.96 | 33.78 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 210 | 3 | 0.26 | 0 | 0.99 | 0.18 | 75.94 | 0.97 | 0.42 |
| Hex | 9B | D2 | 3 | 1A | 0 | 63 | 12 | 4C | 61 | 2A |
| Octal | 233 | 322 | 3 | 32 | 0 | 143 | 22 | 114 | 141 | 52 |
| Binary | 10011011 | 11010010 | 11 | 11010 | 0 | 1100011 | 10010 | 1001100 | 1100001 | 101010 |
Color Harmonies of #9BD203
Complementary color
Monochromatic Colors of #9BD203
Black with #9BD203
Text Example
Text Example
White with #9BD203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD203; }
p { color: rgb(155,210,3); }
H1.HeaderClassName
{
color: #9BD203;
}
.AnyTagClassName
{
color: #9BD203;
}
</style>
background-color css
<style>
a { background-color: #9BD203; }
a { background-color: rgb(155,210,3); }
div.DivClassName
{
background-color: #9BD203;
}
.BgClassName
{
background-color: #9BD203;
}
</style>
border-color css
<style>
span { border-color: #9BD203; }
span { border-color: rgb(155,210,3); }
td.TdClassName
{
border-color: #9BD203;
}
.TagClassName
{
border-color: #9BD203;
}
</style>