Shades of Citrus #9BC507
Tints of Citrus #9BC507
RGB
CMYK
RGB Variations
Color information
#9BC507 (or 0x9BC507) is known color: Citrus. HEX triplet: 9B, C5 and 07. RGB value is (155,197,7). Sum of RGB (Red+Green+Blue) = 155+197+7=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 7 (3.12% from 255 or 1.95% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC507 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC507 is #643AF8. Grayscale: #A3A3A3. Windows color (decimal): -6568697 or 509339. OLE color: 509339.
HSL color Cylindrical-coordinate representation of color #9BC507: hue angle of 73.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BC507 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 7 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.23 |
| HSL | 73.26º | 0.93% | 0.4% | - |
| HSV(B) | 73.26º | 0.96% | 0.77% | - |
| XYZ | 33.52 | 46.92 | 7.49 | - |
| YUV | 162.78 | 40.09 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 7 | 0.21 | 0 | 0.96 | 0.23 | 73.26 | 0.93 | 0.4 |
| Hex | 9B | C5 | 7 | 15 | 0 | 60 | 17 | 49 | 5D | 28 |
| Octal | 233 | 305 | 7 | 25 | 0 | 140 | 27 | 111 | 135 | 50 |
| Binary | 10011011 | 11000101 | 111 | 10101 | 0 | 1100000 | 10111 | 1001001 | 1011101 | 101000 |
Color Harmonies of #9BC507
Complementary color
Monochromatic Colors of #9BC507
Black with #9BC507
Text Example
Text Example
White with #9BC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC507; }
p { color: rgb(155,197,7); }
H1.HeaderClassName
{
color: #9BC507;
}
.AnyTagClassName
{
color: #9BC507;
}
</style>
background-color css
<style>
a { background-color: #9BC507; }
a { background-color: rgb(155,197,7); }
div.DivClassName
{
background-color: #9BC507;
}
.BgClassName
{
background-color: #9BC507;
}
</style>
border-color css
<style>
span { border-color: #9BC507; }
span { border-color: rgb(155,197,7); }
td.TdClassName
{
border-color: #9BC507;
}
.TagClassName
{
border-color: #9BC507;
}
</style>