Shades of Citrus #96C601
Tints of Citrus #96C601
RGB
CMYK
RGB Variations
Color information
#96C601 (or 0x96C601) is known color: Citrus. HEX triplet: 96, C6 and 01. RGB value is (150,198,1). Sum of RGB (Red+Green+Blue) = 150+198+1=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 198 (77.73% from 255 or 56.73% from 349); Blue value is 1 (0.78% from 255 or 0.29% from 349); Max value from RGB is 198 - color contains mainly: green. Hex color #96C601 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C601 is #6939FE. Grayscale: #A1A1A1. Windows color (decimal): -6896127 or 116374. OLE color: 116374.
HSL color Cylindrical-coordinate representation of color #96C601: hue angle of 74.62º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96C601 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 198 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.22 |
| HSL | 74.62º | 0.99% | 0.39% | - |
| HSV(B) | 74.62º | 0.99% | 0.78% | - |
| XYZ | 32.78 | 46.87 | 7.35 | - |
| YUV | 161.19 | 37.6 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 198 | 1 | 0.24 | 0 | 0.99 | 0.22 | 74.62 | 0.99 | 0.39 |
| Hex | 96 | C6 | 1 | 18 | 0 | 63 | 16 | 4B | 63 | 27 |
| Octal | 226 | 306 | 1 | 30 | 0 | 143 | 26 | 113 | 143 | 47 |
| Binary | 10010110 | 11000110 | 1 | 11000 | 0 | 1100011 | 10110 | 1001011 | 1100011 | 100111 |
Color Harmonies of #96C601
Complementary color
Monochromatic Colors of #96C601
Black with #96C601
Text Example
Text Example
White with #96C601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C601; }
p { color: rgb(150,198,1); }
H1.HeaderClassName
{
color: #96C601;
}
.AnyTagClassName
{
color: #96C601;
}
</style>
background-color css
<style>
a { background-color: #96C601; }
a { background-color: rgb(150,198,1); }
div.DivClassName
{
background-color: #96C601;
}
.BgClassName
{
background-color: #96C601;
}
</style>
border-color css
<style>
span { border-color: #96C601; }
span { border-color: rgb(150,198,1); }
td.TdClassName
{
border-color: #96C601;
}
.TagClassName
{
border-color: #96C601;
}
</style>