Shades of Citrus #96CC03
Tints of Citrus #96CC03
RGB
CMYK
RGB Variations
Color information
#96CC03 (or 0x96CC03) is known color: Citrus. HEX triplet: 96, CC and 03. RGB value is (150,204,3). Sum of RGB (Red+Green+Blue) = 150+204+3=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CC03 is #6933FC. Grayscale: #A5A5A5. Windows color (decimal): -6894589 or 248982. OLE color: 248982.
HSL color Cylindrical-coordinate representation of color #96CC03: hue angle of 76.12º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96CC03 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 204 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.2 |
| HSL | 76.12º | 0.97% | 0.41% | - |
| HSV(B) | 76.12º | 0.99% | 0.8% | - |
| XYZ | 34.19 | 49.68 | 7.87 | - |
| YUV | 164.94 | 36.61 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 204 | 3 | 0.26 | 0 | 0.99 | 0.2 | 76.12 | 0.97 | 0.41 |
| Hex | 96 | CC | 3 | 1A | 0 | 63 | 14 | 4C | 61 | 29 |
| Octal | 226 | 314 | 3 | 32 | 0 | 143 | 24 | 114 | 141 | 51 |
| Binary | 10010110 | 11001100 | 11 | 11010 | 0 | 1100011 | 10100 | 1001100 | 1100001 | 101001 |
Color Harmonies of #96CC03
Complementary color
Monochromatic Colors of #96CC03
Black with #96CC03
Text Example
Text Example
White with #96CC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CC03; }
p { color: rgb(150,204,3); }
H1.HeaderClassName
{
color: #96CC03;
}
.AnyTagClassName
{
color: #96CC03;
}
</style>
background-color css
<style>
a { background-color: #96CC03; }
a { background-color: rgb(150,204,3); }
div.DivClassName
{
background-color: #96CC03;
}
.BgClassName
{
background-color: #96CC03;
}
</style>
border-color css
<style>
span { border-color: #96CC03; }
span { border-color: rgb(150,204,3); }
td.TdClassName
{
border-color: #96CC03;
}
.TagClassName
{
border-color: #96CC03;
}
</style>