Shades of Citrus #94C700
Tints of Citrus #94C700
RGB
CMYK
RGB Variations
Color information
#94C700 (or 0x94C700) is known color: Citrus. HEX triplet: 94, C7 and 00. RGB value is (148,199,0). Sum of RGB (Red+Green+Blue) = 148+199+0=347 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.65% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #94C700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C700 is #6B38FF. Grayscale: #A1A1A1. Windows color (decimal): -7026944 or 51092. OLE color: 51092.
HSL color Cylindrical-coordinate representation of color #94C700: hue angle of 75.38º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94C700 is Cyan = 0.26, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 0 | - |
| CMYK | 0.26 | 0 | 1 | 0.22 |
| HSL | 75.38º | 1% | 0.39% | - |
| HSV(B) | 75.38º | 1% | 0.78% | - |
| XYZ | 32.64 | 47.14 | 7.38 | - |
| YUV | 161.07 | 37.1 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 0 | 0.26 | 0 | 1 | 0.22 | 75.38 | 1 | 0.39 |
| Hex | 94 | C7 | 0 | 1A | 0 | 64 | 16 | 4B | 64 | 27 |
| Octal | 224 | 307 | 0 | 32 | 0 | 144 | 26 | 113 | 144 | 47 |
| Binary | 10010100 | 11000111 | 0 | 11010 | 0 | 1100100 | 10110 | 1001011 | 1100100 | 100111 |
Color Harmonies of #94C700
Complementary color
Monochromatic Colors of #94C700
Black with #94C700
Text Example
Text Example
White with #94C700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C700; }
p { color: rgb(148,199,0); }
H1.HeaderClassName
{
color: #94C700;
}
.AnyTagClassName
{
color: #94C700;
}
</style>
background-color css
<style>
a { background-color: #94C700; }
a { background-color: rgb(148,199,0); }
div.DivClassName
{
background-color: #94C700;
}
.BgClassName
{
background-color: #94C700;
}
</style>
border-color css
<style>
span { border-color: #94C700; }
span { border-color: rgb(148,199,0); }
td.TdClassName
{
border-color: #94C700;
}
.TagClassName
{
border-color: #94C700;
}
</style>