Shades of Citrus #96C005
Tints of Citrus #96C005
RGB
CMYK
RGB Variations
Color information
#96C005 (or 0x96C005) is known color: Citrus. HEX triplet: 96, C0 and 05. RGB value is (150,192,5). Sum of RGB (Red+Green+Blue) = 150+192+5=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #96C005 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C005 is #693FFA. Grayscale: #9E9E9E. Windows color (decimal): -6897659 or 376982. OLE color: 376982.
HSL color Cylindrical-coordinate representation of color #96C005: hue angle of 73.48º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96C005 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 5 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.25 |
| HSL | 73.48º | 0.95% | 0.39% | - |
| HSV(B) | 73.48º | 0.97% | 0.75% | - |
| XYZ | 31.45 | 44.19 | 7.02 | - |
| YUV | 158.12 | 41.59 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 5 | 0.22 | 0 | 0.97 | 0.25 | 73.48 | 0.95 | 0.39 |
| Hex | 96 | C0 | 5 | 16 | 0 | 61 | 19 | 49 | 5F | 27 |
| Octal | 226 | 300 | 5 | 26 | 0 | 141 | 31 | 111 | 137 | 47 |
| Binary | 10010110 | 11000000 | 101 | 10110 | 0 | 1100001 | 11001 | 1001001 | 1011111 | 100111 |
Color Harmonies of #96C005
Complementary color
Monochromatic Colors of #96C005
Black with #96C005
Text Example
Text Example
White with #96C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C005; }
p { color: rgb(150,192,5); }
H1.HeaderClassName
{
color: #96C005;
}
.AnyTagClassName
{
color: #96C005;
}
</style>
background-color css
<style>
a { background-color: #96C005; }
a { background-color: rgb(150,192,5); }
div.DivClassName
{
background-color: #96C005;
}
.BgClassName
{
background-color: #96C005;
}
</style>
border-color css
<style>
span { border-color: #96C005; }
span { border-color: rgb(150,192,5); }
td.TdClassName
{
border-color: #96C005;
}
.TagClassName
{
border-color: #96C005;
}
</style>