Shades of Citrus #96D107
Tints of Citrus #96D107
RGB
CMYK
RGB Variations
Color information
#96D107 (or 0x96D107) is known color: Citrus. HEX triplet: 96, D1 and 07. RGB value is (150,209,7). Sum of RGB (Red+Green+Blue) = 150+209+7=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 209 (82.03% from 255 or 57.10% from 366); Blue value is 7 (3.12% from 255 or 1.91% from 366); Max value from RGB is 209 - color contains mainly: green. Hex color #96D107 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D107 is #692EF8. Grayscale: #A9A9A9. Windows color (decimal): -6893305 or 512406. OLE color: 512406.
HSL color Cylindrical-coordinate representation of color #96D107: hue angle of 77.52º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96D107 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 209 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.18 |
| HSL | 77.52º | 0.94% | 0.42% | - |
| HSV(B) | 77.52º | 0.97% | 0.82% | - |
| XYZ | 35.42 | 52.1 | 8.39 | - |
| YUV | 168.33 | 36.95 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 209 | 7 | 0.28 | 0 | 0.97 | 0.18 | 77.52 | 0.94 | 0.42 |
| Hex | 96 | D1 | 7 | 1C | 0 | 61 | 12 | 4E | 5E | 2A |
| Octal | 226 | 321 | 7 | 34 | 0 | 141 | 22 | 116 | 136 | 52 |
| Binary | 10010110 | 11010001 | 111 | 11100 | 0 | 1100001 | 10010 | 1001110 | 1011110 | 101010 |
Color Harmonies of #96D107
Complementary color
Monochromatic Colors of #96D107
Black with #96D107
Text Example
Text Example
White with #96D107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D107; }
p { color: rgb(150,209,7); }
H1.HeaderClassName
{
color: #96D107;
}
.AnyTagClassName
{
color: #96D107;
}
</style>
background-color css
<style>
a { background-color: #96D107; }
a { background-color: rgb(150,209,7); }
div.DivClassName
{
background-color: #96D107;
}
.BgClassName
{
background-color: #96D107;
}
</style>
border-color css
<style>
span { border-color: #96D107; }
span { border-color: rgb(150,209,7); }
td.TdClassName
{
border-color: #96D107;
}
.TagClassName
{
border-color: #96D107;
}
</style>