Shades of Citrus #96CA02
Tints of Citrus #96CA02
RGB
CMYK
RGB Variations
Color information
#96CA02 (or 0x96CA02) is known color: Citrus. HEX triplet: 96, CA and 02. RGB value is (150,202,2). Sum of RGB (Red+Green+Blue) = 150+202+2=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 2 (1.17% from 255 or 0.56% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CA02 is #6935FD. Grayscale: #A4A4A4. Windows color (decimal): -6895102 or 182934. OLE color: 182934.
HSL color Cylindrical-coordinate representation of color #96CA02: hue angle of 75.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #96CA02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 202 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.21 |
| HSL | 75.6º | 0.98% | 0.4% | - |
| HSV(B) | 75.6º | 0.99% | 0.79% | - |
| XYZ | 33.71 | 48.73 | 7.69 | - |
| YUV | 163.65 | 36.77 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 202 | 2 | 0.26 | 0 | 0.99 | 0.21 | 75.6 | 0.98 | 0.4 |
| Hex | 96 | CA | 2 | 1A | 0 | 63 | 15 | 4C | 62 | 28 |
| Octal | 226 | 312 | 2 | 32 | 0 | 143 | 25 | 114 | 142 | 50 |
| Binary | 10010110 | 11001010 | 10 | 11010 | 0 | 1100011 | 10101 | 1001100 | 1100010 | 101000 |
Color Harmonies of #96CA02
Complementary color
Monochromatic Colors of #96CA02
Black with #96CA02
Text Example
Text Example
White with #96CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CA02; }
p { color: rgb(150,202,2); }
H1.HeaderClassName
{
color: #96CA02;
}
.AnyTagClassName
{
color: #96CA02;
}
</style>
background-color css
<style>
a { background-color: #96CA02; }
a { background-color: rgb(150,202,2); }
div.DivClassName
{
background-color: #96CA02;
}
.BgClassName
{
background-color: #96CA02;
}
</style>
border-color css
<style>
span { border-color: #96CA02; }
span { border-color: rgb(150,202,2); }
td.TdClassName
{
border-color: #96CA02;
}
.TagClassName
{
border-color: #96CA02;
}
</style>