Shades of Citrus #96D200
Tints of Citrus #96D200
RGB
CMYK
RGB Variations
Color information
#96D200 (or 0x96D200) is known color: Citrus. HEX triplet: 96, D2 and 00. RGB value is (150,210,0). Sum of RGB (Red+Green+Blue) = 150+210+0=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 210 (82.42% from 255 or 58.33% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 210 - color contains mainly: green. Hex color #96D200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D200 is #692DFF. Grayscale: #A8A8A8. Windows color (decimal): -6893056 or 53910. OLE color: 53910.
HSL color Cylindrical-coordinate representation of color #96D200: hue angle of 77.14º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96D200 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 210 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.18 |
| HSL | 77.14º | 1% | 0.41% | - |
| HSV(B) | 77.14º | 1% | 0.82% | - |
| XYZ | 35.62 | 52.58 | 8.27 | - |
| YUV | 168.12 | 33.12 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 210 | 0 | 0.29 | 0 | 1 | 0.18 | 77.14 | 1 | 0.41 |
| Hex | 96 | D2 | 0 | 1D | 0 | 64 | 12 | 4D | 64 | 29 |
| Octal | 226 | 322 | 0 | 35 | 0 | 144 | 22 | 115 | 144 | 51 |
| Binary | 10010110 | 11010010 | 0 | 11101 | 0 | 1100100 | 10010 | 1001101 | 1100100 | 101001 |
Color Harmonies of #96D200
Complementary color
Monochromatic Colors of #96D200
Black with #96D200
Text Example
Text Example
White with #96D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D200; }
p { color: rgb(150,210,0); }
H1.HeaderClassName
{
color: #96D200;
}
.AnyTagClassName
{
color: #96D200;
}
</style>
background-color css
<style>
a { background-color: #96D200; }
a { background-color: rgb(150,210,0); }
div.DivClassName
{
background-color: #96D200;
}
.BgClassName
{
background-color: #96D200;
}
</style>
border-color css
<style>
span { border-color: #96D200; }
span { border-color: rgb(150,210,0); }
td.TdClassName
{
border-color: #96D200;
}
.TagClassName
{
border-color: #96D200;
}
</style>