Shades of Citrus #96C105
Tints of Citrus #96C105
RGB
CMYK
RGB Variations
Color information
#96C105 (or 0x96C105) is known color: Citrus. HEX triplet: 96, C1 and 05. RGB value is (150,193,5). Sum of RGB (Red+Green+Blue) = 150+193+5=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 193 (75.78% from 255 or 55.46% from 348); Blue value is 5 (2.34% from 255 or 1.44% from 348); Max value from RGB is 193 - color contains mainly: green. Hex color #96C105 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C105 is #693EFA. Grayscale: #9F9F9F. Windows color (decimal): -6897403 or 377238. OLE color: 377238.
HSL color Cylindrical-coordinate representation of color #96C105: hue angle of 73.72º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96C105 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 193 | 5 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.24 |
| HSL | 73.72º | 0.95% | 0.39% | - |
| HSV(B) | 73.72º | 0.97% | 0.76% | - |
| XYZ | 31.68 | 44.63 | 7.09 | - |
| YUV | 158.71 | 41.25 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 193 | 5 | 0.22 | 0 | 0.97 | 0.24 | 73.72 | 0.95 | 0.39 |
| Hex | 96 | C1 | 5 | 16 | 0 | 61 | 18 | 4A | 5F | 27 |
| Octal | 226 | 301 | 5 | 26 | 0 | 141 | 30 | 112 | 137 | 47 |
| Binary | 10010110 | 11000001 | 101 | 10110 | 0 | 1100001 | 11000 | 1001010 | 1011111 | 100111 |
Color Harmonies of #96C105
Complementary color
Monochromatic Colors of #96C105
Black with #96C105
Text Example
Text Example
White with #96C105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C105; }
p { color: rgb(150,193,5); }
H1.HeaderClassName
{
color: #96C105;
}
.AnyTagClassName
{
color: #96C105;
}
</style>
background-color css
<style>
a { background-color: #96C105; }
a { background-color: rgb(150,193,5); }
div.DivClassName
{
background-color: #96C105;
}
.BgClassName
{
background-color: #96C105;
}
</style>
border-color css
<style>
span { border-color: #96C105; }
span { border-color: rgb(150,193,5); }
td.TdClassName
{
border-color: #96C105;
}
.TagClassName
{
border-color: #96C105;
}
</style>