Shades of Citrus #96D403
Tints of Citrus #96D403
RGB
CMYK
RGB Variations
Color information
#96D403 (or 0x96D403) is known color: Citrus. HEX triplet: 96, D4 and 03. RGB value is (150,212,3). Sum of RGB (Red+Green+Blue) = 150+212+3=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #96D403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D403 is #692BFC. Grayscale: #AAAAAA. Windows color (decimal): -6892541 or 251030. OLE color: 251030.
HSL color Cylindrical-coordinate representation of color #96D403: hue angle of 77.8º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96D403 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 3 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.17 |
| HSL | 77.8º | 0.97% | 0.42% | - |
| HSV(B) | 77.8º | 0.99% | 0.83% | - |
| XYZ | 36.14 | 53.58 | 8.52 | - |
| YUV | 169.64 | 33.96 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 3 | 0.29 | 0 | 0.99 | 0.17 | 77.8 | 0.97 | 0.42 |
| Hex | 96 | D4 | 3 | 1D | 0 | 63 | 11 | 4E | 61 | 2A |
| Octal | 226 | 324 | 3 | 35 | 0 | 143 | 21 | 116 | 141 | 52 |
| Binary | 10010110 | 11010100 | 11 | 11101 | 0 | 1100011 | 10001 | 1001110 | 1100001 | 101010 |
Color Harmonies of #96D403
Complementary color
Monochromatic Colors of #96D403
Black with #96D403
Text Example
Text Example
White with #96D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D403; }
p { color: rgb(150,212,3); }
H1.HeaderClassName
{
color: #96D403;
}
.AnyTagClassName
{
color: #96D403;
}
</style>
background-color css
<style>
a { background-color: #96D403; }
a { background-color: rgb(150,212,3); }
div.DivClassName
{
background-color: #96D403;
}
.BgClassName
{
background-color: #96D403;
}
</style>
border-color css
<style>
span { border-color: #96D403; }
span { border-color: rgb(150,212,3); }
td.TdClassName
{
border-color: #96D403;
}
.TagClassName
{
border-color: #96D403;
}
</style>