Shades of Citrus #9ECF05
Tints of Citrus #9ECF05
RGB
CMYK
RGB Variations
Color information
#9ECF05 (or 0x9ECF05) is known color: Citrus. HEX triplet: 9E, CF and 05. RGB value is (158,207,5). Sum of RGB (Red+Green+Blue) = 158+207+5=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 207 (81.25% from 255 or 55.95% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9ECF05 is #6130FA. Grayscale: #AAAAAA. Windows color (decimal): -6369531 or 380830. OLE color: 380830.
HSL color Cylindrical-coordinate representation of color #9ECF05: hue angle of 74.55º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9ECF05 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.19 |
| HSL | 74.55º | 0.95% | 0.42% | - |
| HSV(B) | 74.55º | 0.98% | 0.81% | - |
| XYZ | 36.44 | 51.91 | 8.24 | - |
| YUV | 169.32 | 35.27 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 5 | 0.24 | 0 | 0.98 | 0.19 | 74.55 | 0.95 | 0.42 |
| Hex | 9E | CF | 5 | 18 | 0 | 62 | 13 | 4B | 5F | 2A |
| Octal | 236 | 317 | 5 | 30 | 0 | 142 | 23 | 113 | 137 | 52 |
| Binary | 10011110 | 11001111 | 101 | 11000 | 0 | 1100010 | 10011 | 1001011 | 1011111 | 101010 |
Color Harmonies of #9ECF05
Complementary color
Monochromatic Colors of #9ECF05
Black with #9ECF05
Text Example
Text Example
White with #9ECF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF05; }
p { color: rgb(158,207,5); }
H1.HeaderClassName
{
color: #9ECF05;
}
.AnyTagClassName
{
color: #9ECF05;
}
</style>
background-color css
<style>
a { background-color: #9ECF05; }
a { background-color: rgb(158,207,5); }
div.DivClassName
{
background-color: #9ECF05;
}
.BgClassName
{
background-color: #9ECF05;
}
</style>
border-color css
<style>
span { border-color: #9ECF05; }
span { border-color: rgb(158,207,5); }
td.TdClassName
{
border-color: #9ECF05;
}
.TagClassName
{
border-color: #9ECF05;
}
</style>