Shades of Citrus #94C100
Tints of Citrus #94C100
RGB
CMYK
RGB Variations
Color information
#94C100 (or 0x94C100) is known color: Citrus. HEX triplet: 94, C1 and 00. RGB value is (148,193,0). Sum of RGB (Red+Green+Blue) = 148+193+0=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #94C100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C100 is #6B3EFF. Grayscale: #9E9E9E. Windows color (decimal): -7028480 or 49556. OLE color: 49556.
HSL color Cylindrical-coordinate representation of color #94C100: hue angle of 73.99º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94C100 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.24 |
| HSL | 73.99º | 1% | 0.38% | - |
| HSV(B) | 73.99º | 1% | 0.76% | - |
| XYZ | 31.28 | 44.44 | 6.93 | - |
| YUV | 157.54 | 39.09 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 0 | 0.23 | 0 | 1 | 0.24 | 73.99 | 1 | 0.38 |
| Hex | 94 | C1 | 0 | 17 | 0 | 64 | 18 | 4A | 64 | 26 |
| Octal | 224 | 301 | 0 | 27 | 0 | 144 | 30 | 112 | 144 | 46 |
| Binary | 10010100 | 11000001 | 0 | 10111 | 0 | 1100100 | 11000 | 1001010 | 1100100 | 100110 |
Color Harmonies of #94C100
Complementary color
Monochromatic Colors of #94C100
Black with #94C100
Text Example
Text Example
White with #94C100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C100; }
p { color: rgb(148,193,0); }
H1.HeaderClassName
{
color: #94C100;
}
.AnyTagClassName
{
color: #94C100;
}
</style>
background-color css
<style>
a { background-color: #94C100; }
a { background-color: rgb(148,193,0); }
div.DivClassName
{
background-color: #94C100;
}
.BgClassName
{
background-color: #94C100;
}
</style>
border-color css
<style>
span { border-color: #94C100; }
span { border-color: rgb(148,193,0); }
td.TdClassName
{
border-color: #94C100;
}
.TagClassName
{
border-color: #94C100;
}
</style>