Shades of Citrus #96D402
Tints of Citrus #96D402
RGB
CMYK
RGB Variations
Color information
#96D402 (or 0x96D402) is known color: Citrus. HEX triplet: 96, D4 and 02. RGB value is (150,212,2). Sum of RGB (Red+Green+Blue) = 150+212+2=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 212 (83.20% from 255 or 58.24% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 212 - color contains mainly: green. Hex color #96D402 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96D402 is #692BFD. Grayscale: #AAAAAA. Windows color (decimal): -6892542 or 185494. OLE color: 185494.
HSL color Cylindrical-coordinate representation of color #96D402: hue angle of 77.71º degrees, saturation: 0.98, 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 #96D402 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 212 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.17 |
| HSL | 77.71º | 0.98% | 0.42% | - |
| HSV(B) | 77.71º | 0.99% | 0.83% | - |
| XYZ | 36.13 | 53.58 | 8.49 | - |
| YUV | 169.52 | 33.46 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 212 | 2 | 0.29 | 0 | 0.99 | 0.17 | 77.71 | 0.98 | 0.42 |
| Hex | 96 | D4 | 2 | 1D | 0 | 63 | 11 | 4E | 62 | 2A |
| Octal | 226 | 324 | 2 | 35 | 0 | 143 | 21 | 116 | 142 | 52 |
| Binary | 10010110 | 11010100 | 10 | 11101 | 0 | 1100011 | 10001 | 1001110 | 1100010 | 101010 |
Color Harmonies of #96D402
Complementary color
Monochromatic Colors of #96D402
Black with #96D402
Text Example
Text Example
White with #96D402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D402; }
p { color: rgb(150,212,2); }
H1.HeaderClassName
{
color: #96D402;
}
.AnyTagClassName
{
color: #96D402;
}
</style>
background-color css
<style>
a { background-color: #96D402; }
a { background-color: rgb(150,212,2); }
div.DivClassName
{
background-color: #96D402;
}
.BgClassName
{
background-color: #96D402;
}
</style>
border-color css
<style>
span { border-color: #96D402; }
span { border-color: rgb(150,212,2); }
td.TdClassName
{
border-color: #96D402;
}
.TagClassName
{
border-color: #96D402;
}
</style>