Shades of Citrus #96C00F
Tints of Citrus #96C00F
RGB
CMYK
RGB Variations
Color information
#96C00F (or 0x96C00F) is known color: Citrus. HEX triplet: 96, C0 and 0F. RGB value is (150,192,15). Sum of RGB (Red+Green+Blue) = 150+192+15=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 15 (6.25% from 255 or 4.20% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #96C00F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C00F is #693FF0. Grayscale: #9F9F9F. Windows color (decimal): -6897649 or 1032342. OLE color: 1032342.
HSL color Cylindrical-coordinate representation of color #96C00F: hue angle of 74.24º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96C00F is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 192 | 15 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.25 |
| HSL | 74.24º | 0.86% | 0.41% | - |
| HSV(B) | 74.24º | 0.92% | 0.75% | - |
| XYZ | 31.51 | 44.22 | 7.33 | - |
| YUV | 159.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 192 | 15 | 0.22 | 0 | 0.92 | 0.25 | 74.24 | 0.86 | 0.41 |
| Hex | 96 | C0 | F | 16 | 0 | 5C | 19 | 4A | 56 | 29 |
| Octal | 226 | 300 | 17 | 26 | 0 | 134 | 31 | 112 | 126 | 51 |
| Binary | 10010110 | 11000000 | 1111 | 10110 | 0 | 1011100 | 11001 | 1001010 | 1010110 | 101001 |
Color Harmonies of #96C00F
Complementary color
Monochromatic Colors of #96C00F
Black with #96C00F
Text Example
Text Example
White with #96C00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C00F; }
p { color: rgb(150,192,15); }
H1.HeaderClassName
{
color: #96C00F;
}
.AnyTagClassName
{
color: #96C00F;
}
</style>
background-color css
<style>
a { background-color: #96C00F; }
a { background-color: rgb(150,192,15); }
div.DivClassName
{
background-color: #96C00F;
}
.BgClassName
{
background-color: #96C00F;
}
</style>
border-color css
<style>
span { border-color: #96C00F; }
span { border-color: rgb(150,192,15); }
td.TdClassName
{
border-color: #96C00F;
}
.TagClassName
{
border-color: #96C00F;
}
</style>