Shades of Citrus #94C004
Tints of Citrus #94C004
RGB
CMYK
RGB Variations
Color information
#94C004 (or 0x94C004) is known color: Citrus. HEX triplet: 94, C0 and 04. RGB value is (148,192,4). Sum of RGB (Red+Green+Blue) = 148+192+4=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 192 (75.39% from 255 or 55.81% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 192 - color contains mainly: green. Hex color #94C004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C004 is #6B3FFB. Grayscale: #9E9E9E. Windows color (decimal): -7028732 or 311444. OLE color: 311444.
HSL color Cylindrical-coordinate representation of color #94C004: hue angle of 74.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94C004 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.25 |
| HSL | 74.04º | 0.96% | 0.38% | - |
| HSV(B) | 74.04º | 0.98% | 0.75% | - |
| XYZ | 31.08 | 44 | 6.97 | - |
| YUV | 157.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 4 | 0.23 | 0 | 0.98 | 0.25 | 74.04 | 0.96 | 0.38 |
| Hex | 94 | C0 | 4 | 17 | 0 | 62 | 19 | 4A | 60 | 26 |
| Octal | 224 | 300 | 4 | 27 | 0 | 142 | 31 | 112 | 140 | 46 |
| Binary | 10010100 | 11000000 | 100 | 10111 | 0 | 1100010 | 11001 | 1001010 | 1100000 | 100110 |
Color Harmonies of #94C004
Complementary color
Monochromatic Colors of #94C004
Black with #94C004
Text Example
Text Example
White with #94C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C004; }
p { color: rgb(148,192,4); }
H1.HeaderClassName
{
color: #94C004;
}
.AnyTagClassName
{
color: #94C004;
}
</style>
background-color css
<style>
a { background-color: #94C004; }
a { background-color: rgb(148,192,4); }
div.DivClassName
{
background-color: #94C004;
}
.BgClassName
{
background-color: #94C004;
}
</style>
border-color css
<style>
span { border-color: #94C004; }
span { border-color: rgb(148,192,4); }
td.TdClassName
{
border-color: #94C004;
}
.TagClassName
{
border-color: #94C004;
}
</style>