Shades of Citrus #94C208
Tints of Citrus #94C208
RGB
CMYK
RGB Variations
Color information
#94C208 (or 0x94C208) is known color: Citrus. HEX triplet: 94, C2 and 08. RGB value is (148,194,8). Sum of RGB (Red+Green+Blue) = 148+194+8=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 8 (3.52% from 255 or 2.29% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #94C208 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C208 is #6B3DF7. Grayscale: #9F9F9F. Windows color (decimal): -7028216 or 574100. OLE color: 574100.
HSL color Cylindrical-coordinate representation of color #94C208: hue angle of 74.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94C208 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 194 | 8 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.24 |
| HSL | 74.84º | 0.92% | 0.4% | - |
| HSV(B) | 74.84º | 0.96% | 0.76% | - |
| XYZ | 31.55 | 44.9 | 7.23 | - |
| YUV | 159.04 | 42.76 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 194 | 8 | 0.24 | 0 | 0.96 | 0.24 | 74.84 | 0.92 | 0.4 |
| Hex | 94 | C2 | 8 | 18 | 0 | 60 | 18 | 4B | 5C | 28 |
| Octal | 224 | 302 | 10 | 30 | 0 | 140 | 30 | 113 | 134 | 50 |
| Binary | 10010100 | 11000010 | 1000 | 11000 | 0 | 1100000 | 11000 | 1001011 | 1011100 | 101000 |
Color Harmonies of #94C208
Complementary color
Monochromatic Colors of #94C208
Black with #94C208
Text Example
Text Example
White with #94C208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C208; }
p { color: rgb(148,194,8); }
H1.HeaderClassName
{
color: #94C208;
}
.AnyTagClassName
{
color: #94C208;
}
</style>
background-color css
<style>
a { background-color: #94C208; }
a { background-color: rgb(148,194,8); }
div.DivClassName
{
background-color: #94C208;
}
.BgClassName
{
background-color: #94C208;
}
</style>
border-color css
<style>
span { border-color: #94C208; }
span { border-color: rgb(148,194,8); }
td.TdClassName
{
border-color: #94C208;
}
.TagClassName
{
border-color: #94C208;
}
</style>