Shades of Citrus #96BD04
Tints of Citrus #96BD04
RGB
CMYK
RGB Variations
Color information
#96BD04 (or 0x96BD04) is known color: Citrus. HEX triplet: 96, BD and 04. RGB value is (150,189,4). Sum of RGB (Red+Green+Blue) = 150+189+4=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 189 (74.22% from 255 or 55.10% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 189 - color contains mainly: green. Hex color #96BD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96BD04 is #6942FB. Grayscale: #9C9C9C. Windows color (decimal): -6898428 or 310678. OLE color: 310678.
HSL color Cylindrical-coordinate representation of color #96BD04: hue angle of 72.65º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96BD04 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 189 | 4 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.26 |
| HSL | 72.65º | 0.96% | 0.38% | - |
| HSV(B) | 72.65º | 0.98% | 0.74% | - |
| XYZ | 30.8 | 42.89 | 6.77 | - |
| YUV | 156.25 | 42.08 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 189 | 4 | 0.21 | 0 | 0.98 | 0.26 | 72.65 | 0.96 | 0.38 |
| Hex | 96 | BD | 4 | 15 | 0 | 62 | 1A | 49 | 60 | 26 |
| Octal | 226 | 275 | 4 | 25 | 0 | 142 | 32 | 111 | 140 | 46 |
| Binary | 10010110 | 10111101 | 100 | 10101 | 0 | 1100010 | 11010 | 1001001 | 1100000 | 100110 |
Color Harmonies of #96BD04
Complementary color
Monochromatic Colors of #96BD04
Black with #96BD04
Text Example
Text Example
White with #96BD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BD04; }
p { color: rgb(150,189,4); }
H1.HeaderClassName
{
color: #96BD04;
}
.AnyTagClassName
{
color: #96BD04;
}
</style>
background-color css
<style>
a { background-color: #96BD04; }
a { background-color: rgb(150,189,4); }
div.DivClassName
{
background-color: #96BD04;
}
.BgClassName
{
background-color: #96BD04;
}
</style>
border-color css
<style>
span { border-color: #96BD04; }
span { border-color: rgb(150,189,4); }
td.TdClassName
{
border-color: #96BD04;
}
.TagClassName
{
border-color: #96BD04;
}
</style>