Shades of Citrus #96C300
Tints of Citrus #96C300
RGB
CMYK
RGB Variations
Color information
#96C300 (or 0x96C300) is known color: Citrus. HEX triplet: 96, C3 and 00. RGB value is (150,195,0). Sum of RGB (Red+Green+Blue) = 150+195+0=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #96C300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C300 is #693CFF. Grayscale: #A0A0A0. Windows color (decimal): -6896896 or 50070. OLE color: 50070.
HSL color Cylindrical-coordinate representation of color #96C300: hue angle of 73.85º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96C300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 195 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.24 |
| HSL | 73.85º | 1% | 0.38% | - |
| HSV(B) | 73.85º | 1% | 0.76% | - |
| XYZ | 32.09 | 45.51 | 7.09 | - |
| YUV | 159.32 | 38.09 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 0 | 0.23 | 0 | 1 | 0.24 | 73.85 | 1 | 0.38 |
| Hex | 96 | C3 | 0 | 17 | 0 | 64 | 18 | 4A | 64 | 26 |
| Octal | 226 | 303 | 0 | 27 | 0 | 144 | 30 | 112 | 144 | 46 |
| Binary | 10010110 | 11000011 | 0 | 10111 | 0 | 1100100 | 11000 | 1001010 | 1100100 | 100110 |
Color Harmonies of #96C300
Complementary color
Monochromatic Colors of #96C300
Black with #96C300
Text Example
Text Example
White with #96C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C300; }
p { color: rgb(150,195,0); }
H1.HeaderClassName
{
color: #96C300;
}
.AnyTagClassName
{
color: #96C300;
}
</style>
background-color css
<style>
a { background-color: #96C300; }
a { background-color: rgb(150,195,0); }
div.DivClassName
{
background-color: #96C300;
}
.BgClassName
{
background-color: #96C300;
}
</style>
border-color css
<style>
span { border-color: #96C300; }
span { border-color: rgb(150,195,0); }
td.TdClassName
{
border-color: #96C300;
}
.TagClassName
{
border-color: #96C300;
}
</style>