Shades of Citrus #94CC00
Tints of Citrus #94CC00
RGB
CMYK
RGB Variations
Color information
#94CC00 (or 0x94CC00) is known color: Citrus. HEX triplet: 94, CC and 00. RGB value is (148,204,0). Sum of RGB (Red+Green+Blue) = 148+204+0=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 0 (0.39% from 255 or 0% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CC00 is #6B33FF. Grayscale: #A4A4A4. Windows color (decimal): -7025664 or 52372. OLE color: 52372.
HSL color Cylindrical-coordinate representation of color #94CC00: hue angle of 76.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94CC00 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 204 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.2 |
| HSL | 76.47º | 1% | 0.4% | - |
| HSV(B) | 76.47º | 1% | 0.8% | - |
| XYZ | 33.81 | 49.48 | 7.77 | - |
| YUV | 164 | 35.45 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 204 | 0 | 0.27 | 0 | 1 | 0.2 | 76.47 | 1 | 0.4 |
| Hex | 94 | CC | 0 | 1B | 0 | 64 | 14 | 4C | 64 | 28 |
| Octal | 224 | 314 | 0 | 33 | 0 | 144 | 24 | 114 | 144 | 50 |
| Binary | 10010100 | 11001100 | 0 | 11011 | 0 | 1100100 | 10100 | 1001100 | 1100100 | 101000 |
Color Harmonies of #94CC00
Complementary color
Monochromatic Colors of #94CC00
Black with #94CC00
Text Example
Text Example
White with #94CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CC00; }
p { color: rgb(148,204,0); }
H1.HeaderClassName
{
color: #94CC00;
}
.AnyTagClassName
{
color: #94CC00;
}
</style>
background-color css
<style>
a { background-color: #94CC00; }
a { background-color: rgb(148,204,0); }
div.DivClassName
{
background-color: #94CC00;
}
.BgClassName
{
background-color: #94CC00;
}
</style>
border-color css
<style>
span { border-color: #94CC00; }
span { border-color: rgb(148,204,0); }
td.TdClassName
{
border-color: #94CC00;
}
.TagClassName
{
border-color: #94CC00;
}
</style>