Shades of Citrus #9BC50F
Tints of Citrus #9BC50F
RGB
CMYK
RGB Variations
Color information
#9BC50F (or 0x9BC50F) is known color: Citrus. HEX triplet: 9B, C5 and 0F. RGB value is (155,197,15). Sum of RGB (Red+Green+Blue) = 155+197+15=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 197 (77.34% from 255 or 53.68% from 367); Blue value is 15 (6.25% from 255 or 4.09% from 367); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC50F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC50F is #643AF0. Grayscale: #A4A4A4. Windows color (decimal): -6568689 or 1033627. OLE color: 1033627.
HSL color Cylindrical-coordinate representation of color #9BC50F: hue angle of 73.85º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BC50F is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 15 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.23 |
| HSL | 73.85º | 0.86% | 0.42% | - |
| HSV(B) | 73.85º | 0.92% | 0.77% | - |
| XYZ | 33.57 | 46.94 | 7.74 | - |
| YUV | 163.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 15 | 0.21 | 0 | 0.92 | 0.23 | 73.85 | 0.86 | 0.42 |
| Hex | 9B | C5 | F | 15 | 0 | 5C | 17 | 4A | 56 | 2A |
| Octal | 233 | 305 | 17 | 25 | 0 | 134 | 27 | 112 | 126 | 52 |
| Binary | 10011011 | 11000101 | 1111 | 10101 | 0 | 1011100 | 10111 | 1001010 | 1010110 | 101010 |
Color Harmonies of #9BC50F
Complementary color
Monochromatic Colors of #9BC50F
Black with #9BC50F
Text Example
Text Example
White with #9BC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC50F; }
p { color: rgb(155,197,15); }
H1.HeaderClassName
{
color: #9BC50F;
}
.AnyTagClassName
{
color: #9BC50F;
}
</style>
background-color css
<style>
a { background-color: #9BC50F; }
a { background-color: rgb(155,197,15); }
div.DivClassName
{
background-color: #9BC50F;
}
.BgClassName
{
background-color: #9BC50F;
}
</style>
border-color css
<style>
span { border-color: #9BC50F; }
span { border-color: rgb(155,197,15); }
td.TdClassName
{
border-color: #9BC50F;
}
.TagClassName
{
border-color: #9BC50F;
}
</style>