Shades of Citrus #96C501
Tints of Citrus #96C501
RGB
CMYK
RGB Variations
Color information
#96C501 (or 0x96C501) is known color: Citrus. HEX triplet: 96, C5 and 01. RGB value is (150,197,1). Sum of RGB (Red+Green+Blue) = 150+197+1=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 197 (77.34% from 255 or 56.61% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 197 - color contains mainly: green. Hex color #96C501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C501 is #693AFE. Grayscale: #A1A1A1. Windows color (decimal): -6896383 or 116118. OLE color: 116118.
HSL color Cylindrical-coordinate representation of color #96C501: hue angle of 74.39º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96C501 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 197 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.23 |
| HSL | 74.39º | 0.99% | 0.39% | - |
| HSV(B) | 74.39º | 0.99% | 0.77% | - |
| XYZ | 32.55 | 46.42 | 7.27 | - |
| YUV | 160.6 | 37.93 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 197 | 1 | 0.24 | 0 | 0.99 | 0.23 | 74.39 | 0.99 | 0.39 |
| Hex | 96 | C5 | 1 | 18 | 0 | 63 | 17 | 4A | 63 | 27 |
| Octal | 226 | 305 | 1 | 30 | 0 | 143 | 27 | 112 | 143 | 47 |
| Binary | 10010110 | 11000101 | 1 | 11000 | 0 | 1100011 | 10111 | 1001010 | 1100011 | 100111 |
Color Harmonies of #96C501
Complementary color
Monochromatic Colors of #96C501
Black with #96C501
Text Example
Text Example
White with #96C501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C501; }
p { color: rgb(150,197,1); }
H1.HeaderClassName
{
color: #96C501;
}
.AnyTagClassName
{
color: #96C501;
}
</style>
background-color css
<style>
a { background-color: #96C501; }
a { background-color: rgb(150,197,1); }
div.DivClassName
{
background-color: #96C501;
}
.BgClassName
{
background-color: #96C501;
}
</style>
border-color css
<style>
span { border-color: #96C501; }
span { border-color: rgb(150,197,1); }
td.TdClassName
{
border-color: #96C501;
}
.TagClassName
{
border-color: #96C501;
}
</style>