Shades of Citrus #94BC17
Tints of Citrus #94BC17
RGB
CMYK
RGB Variations
Color information
#94BC17 (or 0x94BC17) is known color: Citrus. HEX triplet: 94, BC and 17. RGB value is (148,188,23). Sum of RGB (Red+Green+Blue) = 148+188+23=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 188 (73.83% from 255 or 52.37% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BC17 is #6B43E8. Grayscale: #9D9D9D. Windows color (decimal): -7029737 or 1555604. OLE color: 1555604.
HSL color Cylindrical-coordinate representation of color #94BC17: hue angle of 74.55º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94BC17 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 188 | 23 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.26 |
| HSL | 74.55º | 0.78% | 0.41% | - |
| HSV(B) | 74.55º | 0.88% | 0.74% | - |
| XYZ | 30.35 | 42.32 | 7.38 | - |
| YUV | 157.23 | 52.25 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 188 | 23 | 0.21 | 0 | 0.88 | 0.26 | 74.55 | 0.78 | 0.41 |
| Hex | 94 | BC | 17 | 15 | 0 | 58 | 1A | 4B | 4E | 29 |
| Octal | 224 | 274 | 27 | 25 | 0 | 130 | 32 | 113 | 116 | 51 |
| Binary | 10010100 | 10111100 | 10111 | 10101 | 0 | 1011000 | 11010 | 1001011 | 1001110 | 101001 |
Color Harmonies of #94BC17
Complementary color
Monochromatic Colors of #94BC17
Black with #94BC17
Text Example
Text Example
White with #94BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BC17; }
p { color: rgb(148,188,23); }
H1.HeaderClassName
{
color: #94BC17;
}
.AnyTagClassName
{
color: #94BC17;
}
</style>
background-color css
<style>
a { background-color: #94BC17; }
a { background-color: rgb(148,188,23); }
div.DivClassName
{
background-color: #94BC17;
}
.BgClassName
{
background-color: #94BC17;
}
</style>
border-color css
<style>
span { border-color: #94BC17; }
span { border-color: rgb(148,188,23); }
td.TdClassName
{
border-color: #94BC17;
}
.TagClassName
{
border-color: #94BC17;
}
</style>