Shades of Citrus #94C103
Tints of Citrus #94C103
RGB
CMYK
RGB Variations
Color information
#94C103 (or 0x94C103) is known color: Citrus. HEX triplet: 94, C1 and 03. RGB value is (148,193,3). Sum of RGB (Red+Green+Blue) = 148+193+3=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 193 (75.78% from 255 or 56.10% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 193 - color contains mainly: green. Hex color #94C103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C103 is #6B3EFC. Grayscale: #9E9E9E. Windows color (decimal): -7028477 or 246164. OLE color: 246164.
HSL color Cylindrical-coordinate representation of color #94C103: hue angle of 74.21º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94C103 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.24 |
| HSL | 74.21º | 0.97% | 0.38% | - |
| HSV(B) | 74.21º | 0.98% | 0.76% | - |
| XYZ | 31.3 | 44.44 | 7.01 | - |
| YUV | 157.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 3 | 0.23 | 0 | 0.98 | 0.24 | 74.21 | 0.97 | 0.38 |
| Hex | 94 | C1 | 3 | 17 | 0 | 62 | 18 | 4A | 61 | 26 |
| Octal | 224 | 301 | 3 | 27 | 0 | 142 | 30 | 112 | 141 | 46 |
| Binary | 10010100 | 11000001 | 11 | 10111 | 0 | 1100010 | 11000 | 1001010 | 1100001 | 100110 |
Color Harmonies of #94C103
Complementary color
Monochromatic Colors of #94C103
Black with #94C103
Text Example
Text Example
White with #94C103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C103; }
p { color: rgb(148,193,3); }
H1.HeaderClassName
{
color: #94C103;
}
.AnyTagClassName
{
color: #94C103;
}
</style>
background-color css
<style>
a { background-color: #94C103; }
a { background-color: rgb(148,193,3); }
div.DivClassName
{
background-color: #94C103;
}
.BgClassName
{
background-color: #94C103;
}
</style>
border-color css
<style>
span { border-color: #94C103; }
span { border-color: rgb(148,193,3); }
td.TdClassName
{
border-color: #94C103;
}
.TagClassName
{
border-color: #94C103;
}
</style>