Shades of Citrus #94C508
Tints of Citrus #94C508
RGB
CMYK
RGB Variations
Color information
#94C508 (or 0x94C508) is known color: Citrus. HEX triplet: 94, C5 and 08. RGB value is (148,197,8). Sum of RGB (Red+Green+Blue) = 148+197+8=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 197 (77.34% from 255 or 55.81% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 197 - color contains mainly: green. Hex color #94C508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C508 is #6B3AF7. Grayscale: #A1A1A1. Windows color (decimal): -7027448 or 574868. OLE color: 574868.
HSL color Cylindrical-coordinate representation of color #94C508: hue angle of 75.56º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94C508 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 148 | 197 | 8 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.23 |
| HSL | 75.56º | 0.92% | 0.4% | - |
| HSV(B) | 75.56º | 0.96% | 0.77% | - |
| XYZ | 32.22 | 46.25 | 7.46 | - |
| YUV | 160.8 | 41.77 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 197 | 8 | 0.25 | 0 | 0.96 | 0.23 | 75.56 | 0.92 | 0.4 |
| Hex | 94 | C5 | 8 | 19 | 0 | 60 | 17 | 4C | 5C | 28 |
| Octal | 224 | 305 | 10 | 31 | 0 | 140 | 27 | 114 | 134 | 50 |
| Binary | 10010100 | 11000101 | 1000 | 11001 | 0 | 1100000 | 10111 | 1001100 | 1011100 | 101000 |
Color Harmonies of #94C508
Complementary color
Monochromatic Colors of #94C508
Black with #94C508
Text Example
Text Example
White with #94C508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C508; }
p { color: rgb(148,197,8); }
H1.HeaderClassName
{
color: #94C508;
}
.AnyTagClassName
{
color: #94C508;
}
</style>
background-color css
<style>
a { background-color: #94C508; }
a { background-color: rgb(148,197,8); }
div.DivClassName
{
background-color: #94C508;
}
.BgClassName
{
background-color: #94C508;
}
</style>
border-color css
<style>
span { border-color: #94C508; }
span { border-color: rgb(148,197,8); }
td.TdClassName
{
border-color: #94C508;
}
.TagClassName
{
border-color: #94C508;
}
</style>