Shades of Citrus #96CF04
Tints of Citrus #96CF04
RGB
CMYK
RGB Variations
Color information
#96CF04 (or 0x96CF04) is known color: Citrus. HEX triplet: 96, CF and 04. RGB value is (150,207,4). Sum of RGB (Red+Green+Blue) = 150+207+4=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #96CF04 is #6930FB. Grayscale: #A7A7A7. Windows color (decimal): -6893820 or 315286. OLE color: 315286.
HSL color Cylindrical-coordinate representation of color #96CF04: hue angle of 76.85º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96CF04 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 207 | 4 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.19 |
| HSL | 76.85º | 0.96% | 0.41% | - |
| HSV(B) | 76.85º | 0.98% | 0.81% | - |
| XYZ | 34.91 | 51.12 | 8.14 | - |
| YUV | 166.82 | 36.12 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 207 | 4 | 0.28 | 0 | 0.98 | 0.19 | 76.85 | 0.96 | 0.41 |
| Hex | 96 | CF | 4 | 1C | 0 | 62 | 13 | 4D | 60 | 29 |
| Octal | 226 | 317 | 4 | 34 | 0 | 142 | 23 | 115 | 140 | 51 |
| Binary | 10010110 | 11001111 | 100 | 11100 | 0 | 1100010 | 10011 | 1001101 | 1100000 | 101001 |
Color Harmonies of #96CF04
Complementary color
Monochromatic Colors of #96CF04
Black with #96CF04
Text Example
Text Example
White with #96CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CF04; }
p { color: rgb(150,207,4); }
H1.HeaderClassName
{
color: #96CF04;
}
.AnyTagClassName
{
color: #96CF04;
}
</style>
background-color css
<style>
a { background-color: #96CF04; }
a { background-color: rgb(150,207,4); }
div.DivClassName
{
background-color: #96CF04;
}
.BgClassName
{
background-color: #96CF04;
}
</style>
border-color css
<style>
span { border-color: #96CF04; }
span { border-color: rgb(150,207,4); }
td.TdClassName
{
border-color: #96CF04;
}
.TagClassName
{
border-color: #96CF04;
}
</style>