Shades of Citrus #94C013
Tints of Citrus #94C013
RGB
CMYK
RGB Variations
Color information
#94C013 (or 0x94C013) is known color: Citrus. HEX triplet: 94, C0 and 13. RGB value is (148,192,19). Sum of RGB (Red+Green+Blue) = 148+192+19=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #94C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C013 is #6B3FEC. Grayscale: #9F9F9F. Windows color (decimal): -7028717 or 1294484. OLE color: 1294484.
HSL color Cylindrical-coordinate representation of color #94C013: hue angle of 75.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94C013 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 148 | 192 | 19 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.25 |
| HSL | 75.26º | 0.82% | 0.41% | - |
| HSV(B) | 75.26º | 0.9% | 0.75% | - |
| XYZ | 31.18 | 44.04 | 7.47 | - |
| YUV | 159.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 192 | 19 | 0.23 | 0 | 0.90 | 0.25 | 75.26 | 0.82 | 0.41 |
| Hex | 94 | C0 | 13 | 17 | 0 | 5A | 19 | 4B | 52 | 29 |
| Octal | 224 | 300 | 23 | 27 | 0 | 132 | 31 | 113 | 122 | 51 |
| Binary | 10010100 | 11000000 | 10011 | 10111 | 0 | 1011010 | 11001 | 1001011 | 1010010 | 101001 |
Color Harmonies of #94C013
Complementary color
Monochromatic Colors of #94C013
Black with #94C013
Text Example
Text Example
White with #94C013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C013; }
p { color: rgb(148,192,19); }
H1.HeaderClassName
{
color: #94C013;
}
.AnyTagClassName
{
color: #94C013;
}
</style>
background-color css
<style>
a { background-color: #94C013; }
a { background-color: rgb(148,192,19); }
div.DivClassName
{
background-color: #94C013;
}
.BgClassName
{
background-color: #94C013;
}
</style>
border-color css
<style>
span { border-color: #94C013; }
span { border-color: rgb(148,192,19); }
td.TdClassName
{
border-color: #94C013;
}
.TagClassName
{
border-color: #94C013;
}
</style>