Shades of Citrus #9BC50D
Tints of Citrus #9BC50D
RGB
CMYK
RGB Variations
Color information
#9BC50D (or 0x9BC50D) is known color: Citrus. HEX triplet: 9B, C5 and 0D. RGB value is (155,197,13). Sum of RGB (Red+Green+Blue) = 155+197+13=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 197 (77.34% from 255 or 53.97% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC50D is #643AF2. Grayscale: #A4A4A4. Windows color (decimal): -6568691 or 902555. OLE color: 902555.
HSL color Cylindrical-coordinate representation of color #9BC50D: hue angle of 73.7º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BC50D is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 13 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.23 |
| HSL | 73.7º | 0.88% | 0.41% | - |
| HSV(B) | 73.7º | 0.93% | 0.77% | - |
| XYZ | 33.56 | 46.93 | 7.67 | - |
| YUV | 163.47 | 43.09 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 13 | 0.21 | 0 | 0.93 | 0.23 | 73.7 | 0.88 | 0.41 |
| Hex | 9B | C5 | D | 15 | 0 | 5D | 17 | 4A | 58 | 29 |
| Octal | 233 | 305 | 15 | 25 | 0 | 135 | 27 | 112 | 130 | 51 |
| Binary | 10011011 | 11000101 | 1101 | 10101 | 0 | 1011101 | 10111 | 1001010 | 1011000 | 101001 |
Color Harmonies of #9BC50D
Complementary color
Monochromatic Colors of #9BC50D
Black with #9BC50D
Text Example
Text Example
White with #9BC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC50D; }
p { color: rgb(155,197,13); }
H1.HeaderClassName
{
color: #9BC50D;
}
.AnyTagClassName
{
color: #9BC50D;
}
</style>
background-color css
<style>
a { background-color: #9BC50D; }
a { background-color: rgb(155,197,13); }
div.DivClassName
{
background-color: #9BC50D;
}
.BgClassName
{
background-color: #9BC50D;
}
</style>
border-color css
<style>
span { border-color: #9BC50D; }
span { border-color: rgb(155,197,13); }
td.TdClassName
{
border-color: #9BC50D;
}
.TagClassName
{
border-color: #9BC50D;
}
</style>