Shades of Citrus #96CB05
Tints of Citrus #96CB05
RGB
CMYK
RGB Variations
Color information
#96CB05 (or 0x96CB05) is known color: Citrus. HEX triplet: 96, CB and 05. RGB value is (150,203,5). Sum of RGB (Red+Green+Blue) = 150+203+5=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CB05 is #6934FA. Grayscale: #A5A5A5. Windows color (decimal): -6894843 or 379798. OLE color: 379798.
HSL color Cylindrical-coordinate representation of color #96CB05: hue angle of 76.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96CB05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 203 | 5 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.20 |
| HSL | 76.06º | 0.95% | 0.41% | - |
| HSV(B) | 76.06º | 0.98% | 0.8% | - |
| XYZ | 33.96 | 49.21 | 7.85 | - |
| YUV | 164.58 | 37.94 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 5 | 0.26 | 0 | 0.98 | 0.20 | 76.06 | 0.95 | 0.41 |
| Hex | 96 | CB | 5 | 1A | 0 | 62 | 14 | 4C | 5F | 29 |
| Octal | 226 | 313 | 5 | 32 | 0 | 142 | 24 | 114 | 137 | 51 |
| Binary | 10010110 | 11001011 | 101 | 11010 | 0 | 1100010 | 10100 | 1001100 | 1011111 | 101001 |
Color Harmonies of #96CB05
Complementary color
Monochromatic Colors of #96CB05
Black with #96CB05
Text Example
Text Example
White with #96CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CB05; }
p { color: rgb(150,203,5); }
H1.HeaderClassName
{
color: #96CB05;
}
.AnyTagClassName
{
color: #96CB05;
}
</style>
background-color css
<style>
a { background-color: #96CB05; }
a { background-color: rgb(150,203,5); }
div.DivClassName
{
background-color: #96CB05;
}
.BgClassName
{
background-color: #96CB05;
}
</style>
border-color css
<style>
span { border-color: #96CB05; }
span { border-color: rgb(150,203,5); }
td.TdClassName
{
border-color: #96CB05;
}
.TagClassName
{
border-color: #96CB05;
}
</style>