Shades of Citrus #94CB09
Tints of Citrus #94CB09
RGB
CMYK
RGB Variations
Color information
#94CB09 (or 0x94CB09) is known color: Citrus. HEX triplet: 94, CB and 09. RGB value is (148,203,9). Sum of RGB (Red+Green+Blue) = 148+203+9=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #94CB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CB09 is #6B34F6. Grayscale: #A5A5A5. Windows color (decimal): -7025911 or 641940. OLE color: 641940.
HSL color Cylindrical-coordinate representation of color #94CB09: hue angle of 77.01º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94CB09 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 9 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.20 |
| HSL | 77.01º | 0.92% | 0.42% | - |
| HSV(B) | 77.01º | 0.96% | 0.8% | - |
| XYZ | 33.62 | 49.03 | 7.95 | - |
| YUV | 164.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 9 | 0.27 | 0 | 0.96 | 0.20 | 77.01 | 0.92 | 0.42 |
| Hex | 94 | CB | 9 | 1B | 0 | 60 | 14 | 4D | 5C | 2A |
| Octal | 224 | 313 | 11 | 33 | 0 | 140 | 24 | 115 | 134 | 52 |
| Binary | 10010100 | 11001011 | 1001 | 11011 | 0 | 1100000 | 10100 | 1001101 | 1011100 | 101010 |
Color Harmonies of #94CB09
Complementary color
Monochromatic Colors of #94CB09
Black with #94CB09
Text Example
Text Example
White with #94CB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CB09; }
p { color: rgb(148,203,9); }
H1.HeaderClassName
{
color: #94CB09;
}
.AnyTagClassName
{
color: #94CB09;
}
</style>
background-color css
<style>
a { background-color: #94CB09; }
a { background-color: rgb(148,203,9); }
div.DivClassName
{
background-color: #94CB09;
}
.BgClassName
{
background-color: #94CB09;
}
</style>
border-color css
<style>
span { border-color: #94CB09; }
span { border-color: rgb(148,203,9); }
td.TdClassName
{
border-color: #94CB09;
}
.TagClassName
{
border-color: #94CB09;
}
</style>