Shades of Citrus #96BE05
Tints of Citrus #96BE05
RGB
CMYK
RGB Variations
Color information
#96BE05 (or 0x96BE05) is known color: Citrus. HEX triplet: 96, BE and 05. RGB value is (150,190,5). Sum of RGB (Red+Green+Blue) = 150+190+5=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 190 (74.61% from 255 or 55.07% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 190 - color contains mainly: green. Hex color #96BE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BE05 is #6941FA. Grayscale: #9D9D9D. Windows color (decimal): -6898171 or 376470. OLE color: 376470.
HSL color Cylindrical-coordinate representation of color #96BE05: hue angle of 72.97º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96BE05 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 190 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.25 |
| HSL | 72.97º | 0.95% | 0.38% | - |
| HSV(B) | 72.97º | 0.97% | 0.75% | - |
| XYZ | 31.02 | 43.32 | 6.87 | - |
| YUV | 156.95 | 42.25 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 190 | 5 | 0.21 | 0 | 0.97 | 0.25 | 72.97 | 0.95 | 0.38 |
| Hex | 96 | BE | 5 | 15 | 0 | 61 | 19 | 49 | 5F | 26 |
| Octal | 226 | 276 | 5 | 25 | 0 | 141 | 31 | 111 | 137 | 46 |
| Binary | 10010110 | 10111110 | 101 | 10101 | 0 | 1100001 | 11001 | 1001001 | 1011111 | 100110 |
Color Harmonies of #96BE05
Complementary color
Monochromatic Colors of #96BE05
Black with #96BE05
Text Example
Text Example
White with #96BE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BE05; }
p { color: rgb(150,190,5); }
H1.HeaderClassName
{
color: #96BE05;
}
.AnyTagClassName
{
color: #96BE05;
}
</style>
background-color css
<style>
a { background-color: #96BE05; }
a { background-color: rgb(150,190,5); }
div.DivClassName
{
background-color: #96BE05;
}
.BgClassName
{
background-color: #96BE05;
}
</style>
border-color css
<style>
span { border-color: #96BE05; }
span { border-color: rgb(150,190,5); }
td.TdClassName
{
border-color: #96BE05;
}
.TagClassName
{
border-color: #96BE05;
}
</style>