Shades of Citrus #96CE00
Tints of Citrus #96CE00
RGB
CMYK
RGB Variations
Color information
#96CE00 (or 0x96CE00) is known color: Citrus. HEX triplet: 96, CE and 00. RGB value is (150,206,0). Sum of RGB (Red+Green+Blue) = 150+206+0=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 206 (80.86% from 255 or 57.87% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CE00 is #6931FF. Grayscale: #A6A6A6. Windows color (decimal): -6894080 or 52886. OLE color: 52886.
HSL color Cylindrical-coordinate representation of color #96CE00: hue angle of 76.31º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96CE00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.19 |
| HSL | 76.31º | 1% | 0.4% | - |
| HSV(B) | 76.31º | 1% | 0.81% | - |
| XYZ | 34.65 | 50.63 | 7.95 | - |
| YUV | 165.77 | 34.45 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 0 | 0.27 | 0 | 1 | 0.19 | 76.31 | 1 | 0.4 |
| Hex | 96 | CE | 0 | 1B | 0 | 64 | 13 | 4C | 64 | 28 |
| Octal | 226 | 316 | 0 | 33 | 0 | 144 | 23 | 114 | 144 | 50 |
| Binary | 10010110 | 11001110 | 0 | 11011 | 0 | 1100100 | 10011 | 1001100 | 1100100 | 101000 |
Color Harmonies of #96CE00
Complementary color
Monochromatic Colors of #96CE00
Black with #96CE00
Text Example
Text Example
White with #96CE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE00; }
p { color: rgb(150,206,0); }
H1.HeaderClassName
{
color: #96CE00;
}
.AnyTagClassName
{
color: #96CE00;
}
</style>
background-color css
<style>
a { background-color: #96CE00; }
a { background-color: rgb(150,206,0); }
div.DivClassName
{
background-color: #96CE00;
}
.BgClassName
{
background-color: #96CE00;
}
</style>
border-color css
<style>
span { border-color: #96CE00; }
span { border-color: rgb(150,206,0); }
td.TdClassName
{
border-color: #96CE00;
}
.TagClassName
{
border-color: #96CE00;
}
</style>