Shades of Citrus #9EBD05
Tints of Citrus #9EBD05
RGB
CMYK
RGB Variations
Color information
#9EBD05 (or 0x9EBD05) is known color: Citrus. HEX triplet: 9E, BD and 05. RGB value is (158,189,5). Sum of RGB (Red+Green+Blue) = 158+189+5=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 189 (74.22% from 255 or 53.69% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EBD05 is #6142FA. Grayscale: #9F9F9F. Windows color (decimal): -6374139 or 376222. OLE color: 376222.
HSL color Cylindrical-coordinate representation of color #9EBD05: hue angle of 70.11º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EBD05 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 189 | 5 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.26 |
| HSL | 70.11º | 0.95% | 0.38% | - |
| HSV(B) | 70.11º | 0.97% | 0.74% | - |
| XYZ | 32.33 | 43.68 | 6.87 | - |
| YUV | 158.76 | 41.23 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 189 | 5 | 0.16 | 0 | 0.97 | 0.26 | 70.11 | 0.95 | 0.38 |
| Hex | 9E | BD | 5 | 10 | 0 | 61 | 1A | 46 | 5F | 26 |
| Octal | 236 | 275 | 5 | 20 | 0 | 141 | 32 | 106 | 137 | 46 |
| Binary | 10011110 | 10111101 | 101 | 10000 | 0 | 1100001 | 11010 | 1000110 | 1011111 | 100110 |
Color Harmonies of #9EBD05
Complementary color
Monochromatic Colors of #9EBD05
Black with #9EBD05
Text Example
Text Example
White with #9EBD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EBD05; }
p { color: rgb(158,189,5); }
H1.HeaderClassName
{
color: #9EBD05;
}
.AnyTagClassName
{
color: #9EBD05;
}
</style>
background-color css
<style>
a { background-color: #9EBD05; }
a { background-color: rgb(158,189,5); }
div.DivClassName
{
background-color: #9EBD05;
}
.BgClassName
{
background-color: #9EBD05;
}
</style>
border-color css
<style>
span { border-color: #9EBD05; }
span { border-color: rgb(158,189,5); }
td.TdClassName
{
border-color: #9EBD05;
}
.TagClassName
{
border-color: #9EBD05;
}
</style>