Shades of Citrus #9BCF0E
Tints of Citrus #9BCF0E
RGB
CMYK
RGB Variations
Color information
#9BCF0E (or 0x9BCF0E) is known color: Citrus. HEX triplet: 9B, CF and 0E. RGB value is (155,207,14). Sum of RGB (Red+Green+Blue) = 155+207+14=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 207 (81.25% from 255 or 55.05% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCF0E is #6430F1. Grayscale: #AAAAAA. Windows color (decimal): -6566130 or 970651. OLE color: 970651.
HSL color Cylindrical-coordinate representation of color #9BCF0E: hue angle of 76.17º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BCF0E is Cyan = 0.25, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 14 | - |
| CMYK | 0.25 | 0 | 0.93 | 0.19 |
| HSL | 76.17º | 0.87% | 0.43% | - |
| HSV(B) | 76.17º | 0.93% | 0.81% | - |
| XYZ | 35.91 | 51.63 | 8.49 | - |
| YUV | 169.45 | 40.27 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 14 | 0.25 | 0 | 0.93 | 0.19 | 76.17 | 0.87 | 0.43 |
| Hex | 9B | CF | E | 19 | 0 | 5D | 13 | 4C | 57 | 2B |
| Octal | 233 | 317 | 16 | 31 | 0 | 135 | 23 | 114 | 127 | 53 |
| Binary | 10011011 | 11001111 | 1110 | 11001 | 0 | 1011101 | 10011 | 1001100 | 1010111 | 101011 |
Color Harmonies of #9BCF0E
Complementary color
Monochromatic Colors of #9BCF0E
Black with #9BCF0E
Text Example
Text Example
White with #9BCF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF0E; }
p { color: rgb(155,207,14); }
H1.HeaderClassName
{
color: #9BCF0E;
}
.AnyTagClassName
{
color: #9BCF0E;
}
</style>
background-color css
<style>
a { background-color: #9BCF0E; }
a { background-color: rgb(155,207,14); }
div.DivClassName
{
background-color: #9BCF0E;
}
.BgClassName
{
background-color: #9BCF0E;
}
</style>
border-color css
<style>
span { border-color: #9BCF0E; }
span { border-color: rgb(155,207,14); }
td.TdClassName
{
border-color: #9BCF0E;
}
.TagClassName
{
border-color: #9BCF0E;
}
</style>