Shades of Citrus #96C703
Tints of Citrus #96C703
RGB
CMYK
RGB Variations
Color information
#96C703 (or 0x96C703) is known color: Citrus. HEX triplet: 96, C7 and 03. RGB value is (150,199,3). Sum of RGB (Red+Green+Blue) = 150+199+3=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 199 (78.12% from 255 or 56.53% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 199 - color contains mainly: green. Hex color #96C703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96C703 is #6938FC. Grayscale: #A2A2A2. Windows color (decimal): -6895869 or 247702. OLE color: 247702.
HSL color Cylindrical-coordinate representation of color #96C703: hue angle of 75º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96C703 is Cyan = 0.25, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 3 | - |
| CMYK | 0.25 | 0 | 0.98 | 0.22 |
| HSL | 75º | 0.97% | 0.4% | - |
| HSV(B) | 75º | 0.98% | 0.78% | - |
| XYZ | 33.02 | 47.34 | 7.48 | - |
| YUV | 162.01 | 38.27 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 3 | 0.25 | 0 | 0.98 | 0.22 | 75 | 0.97 | 0.4 |
| Hex | 96 | C7 | 3 | 19 | 0 | 62 | 16 | 4B | 61 | 28 |
| Octal | 226 | 307 | 3 | 31 | 0 | 142 | 26 | 113 | 141 | 50 |
| Binary | 10010110 | 11000111 | 11 | 11001 | 0 | 1100010 | 10110 | 1001011 | 1100001 | 101000 |
Color Harmonies of #96C703
Complementary color
Monochromatic Colors of #96C703
Black with #96C703
Text Example
Text Example
White with #96C703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C703; }
p { color: rgb(150,199,3); }
H1.HeaderClassName
{
color: #96C703;
}
.AnyTagClassName
{
color: #96C703;
}
</style>
background-color css
<style>
a { background-color: #96C703; }
a { background-color: rgb(150,199,3); }
div.DivClassName
{
background-color: #96C703;
}
.BgClassName
{
background-color: #96C703;
}
</style>
border-color css
<style>
span { border-color: #96C703; }
span { border-color: rgb(150,199,3); }
td.TdClassName
{
border-color: #96C703;
}
.TagClassName
{
border-color: #96C703;
}
</style>