Shades of Citrus #9BD007
Tints of Citrus #9BD007
RGB
CMYK
RGB Variations
Color information
#9BD007 (or 0x9BD007) is known color: Citrus. HEX triplet: 9B, D0 and 07. RGB value is (155,208,7). Sum of RGB (Red+Green+Blue) = 155+208+7=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 208 (81.64% from 255 or 56.22% from 370); Blue value is 7 (3.12% from 255 or 1.89% from 370); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BD007 is #642FF8. Grayscale: #A9A9A9. Windows color (decimal): -6565881 or 512155. OLE color: 512155.
HSL color Cylindrical-coordinate representation of color #9BD007: hue angle of 75.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BD007 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 7 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.18 |
| HSL | 75.82º | 0.93% | 0.42% | - |
| HSV(B) | 75.82º | 0.97% | 0.82% | - |
| XYZ | 36.11 | 52.1 | 8.35 | - |
| YUV | 169.24 | 36.44 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 7 | 0.25 | 0 | 0.97 | 0.18 | 75.82 | 0.93 | 0.42 |
| Hex | 9B | D0 | 7 | 19 | 0 | 61 | 12 | 4C | 5D | 2A |
| Octal | 233 | 320 | 7 | 31 | 0 | 141 | 22 | 114 | 135 | 52 |
| Binary | 10011011 | 11010000 | 111 | 11001 | 0 | 1100001 | 10010 | 1001100 | 1011101 | 101010 |
Color Harmonies of #9BD007
Complementary color
Monochromatic Colors of #9BD007
Black with #9BD007
Text Example
Text Example
White with #9BD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD007; }
p { color: rgb(155,208,7); }
H1.HeaderClassName
{
color: #9BD007;
}
.AnyTagClassName
{
color: #9BD007;
}
</style>
background-color css
<style>
a { background-color: #9BD007; }
a { background-color: rgb(155,208,7); }
div.DivClassName
{
background-color: #9BD007;
}
.BgClassName
{
background-color: #9BD007;
}
</style>
border-color css
<style>
span { border-color: #9BD007; }
span { border-color: rgb(155,208,7); }
td.TdClassName
{
border-color: #9BD007;
}
.TagClassName
{
border-color: #9BD007;
}
</style>