Shades of Citrus #94C003
Tints of Citrus #94C003
RGB
CMYK
RGB Variations
Color information
#94C003 (or 0x94C003) is known color: Citrus. HEX triplet: 94, C0 and 03. RGB value is (148,192,3). Sum of RGB (Red+Green+Blue) = 148+192+3=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 192 (75.39% from 255 or 55.98% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 192 - color contains mainly: green. Hex color #94C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C003 is #6B3FFC. Grayscale: #9E9E9E. Windows color (decimal): -7028733 or 245908. OLE color: 245908.
HSL color Cylindrical-coordinate representation of color #94C003: hue angle of 73.97º degrees, saturation: 0.97, 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 #94C003 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.25 |
| HSL | 73.97º | 0.97% | 0.38% | - |
| HSV(B) | 73.97º | 0.98% | 0.75% | - |
| XYZ | 31.08 | 44 | 6.94 | - |
| YUV | 157.3 | 40.92 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 3 | 0.23 | 0 | 0.98 | 0.25 | 73.97 | 0.97 | 0.38 |
| Hex | 94 | C0 | 3 | 17 | 0 | 62 | 19 | 4A | 61 | 26 |
| Octal | 224 | 300 | 3 | 27 | 0 | 142 | 31 | 112 | 141 | 46 |
| Binary | 10010100 | 11000000 | 11 | 10111 | 0 | 1100010 | 11001 | 1001010 | 1100001 | 100110 |
Color Harmonies of #94C003
Complementary color
Monochromatic Colors of #94C003
Black with #94C003
Text Example
Text Example
White with #94C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C003; }
p { color: rgb(148,192,3); }
H1.HeaderClassName
{
color: #94C003;
}
.AnyTagClassName
{
color: #94C003;
}
</style>
background-color css
<style>
a { background-color: #94C003; }
a { background-color: rgb(148,192,3); }
div.DivClassName
{
background-color: #94C003;
}
.BgClassName
{
background-color: #94C003;
}
</style>
border-color css
<style>
span { border-color: #94C003; }
span { border-color: rgb(148,192,3); }
td.TdClassName
{
border-color: #94C003;
}
.TagClassName
{
border-color: #94C003;
}
</style>