Shades of Citrus #94C112
Tints of Citrus #94C112
RGB
CMYK
RGB Variations
Color information
#94C112 (or 0x94C112) is known color: Citrus. HEX triplet: 94, C1 and 12. RGB value is (148,193,18). Sum of RGB (Red+Green+Blue) = 148+193+18=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 18 (7.42% from 255 or 5.01% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #94C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C112 is #6B3EED. Grayscale: #A0A0A0. Windows color (decimal): -7028462 or 1229204. OLE color: 1229204.
HSL color Cylindrical-coordinate representation of color #94C112: hue angle of 75.43º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94C112 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 193 | 18 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.24 |
| HSL | 75.43º | 0.83% | 0.41% | - |
| HSV(B) | 75.43º | 0.91% | 0.76% | - |
| XYZ | 31.39 | 44.48 | 7.5 | - |
| YUV | 159.6 | 48.09 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 193 | 18 | 0.23 | 0 | 0.91 | 0.24 | 75.43 | 0.83 | 0.41 |
| Hex | 94 | C1 | 12 | 17 | 0 | 5B | 18 | 4B | 53 | 29 |
| Octal | 224 | 301 | 22 | 27 | 0 | 133 | 30 | 113 | 123 | 51 |
| Binary | 10010100 | 11000001 | 10010 | 10111 | 0 | 1011011 | 11000 | 1001011 | 1010011 | 101001 |
Color Harmonies of #94C112
Complementary color
Monochromatic Colors of #94C112
Black with #94C112
Text Example
Text Example
White with #94C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C112; }
p { color: rgb(148,193,18); }
H1.HeaderClassName
{
color: #94C112;
}
.AnyTagClassName
{
color: #94C112;
}
</style>
background-color css
<style>
a { background-color: #94C112; }
a { background-color: rgb(148,193,18); }
div.DivClassName
{
background-color: #94C112;
}
.BgClassName
{
background-color: #94C112;
}
</style>
border-color css
<style>
span { border-color: #94C112; }
span { border-color: rgb(148,193,18); }
td.TdClassName
{
border-color: #94C112;
}
.TagClassName
{
border-color: #94C112;
}
</style>