Shades of Citrus #94C70B
Tints of Citrus #94C70B
RGB
CMYK
RGB Variations
Color information
#94C70B (or 0x94C70B) is known color: Citrus. HEX triplet: 94, C7 and 0B. RGB value is (148,199,11). Sum of RGB (Red+Green+Blue) = 148+199+11=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 199 (78.12% from 255 or 55.59% from 358); Blue value is 11 (4.69% from 255 or 3.07% from 358); Max value from RGB is 199 - color contains mainly: green. Hex color #94C70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C70B is #6B38F4. Grayscale: #A3A3A3. Windows color (decimal): -7026933 or 771988. OLE color: 771988.
HSL color Cylindrical-coordinate representation of color #94C70B: hue angle of 76.28º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94C70B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 148 | 199 | 11 | - |
| CMYK | 0.26 | 0 | 0.94 | 0.22 |
| HSL | 76.28º | 0.9% | 0.41% | - |
| HSV(B) | 76.28º | 0.94% | 0.78% | - |
| XYZ | 32.7 | 47.17 | 7.7 | - |
| YUV | 162.32 | 42.6 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 199 | 11 | 0.26 | 0 | 0.94 | 0.22 | 76.28 | 0.9 | 0.41 |
| Hex | 94 | C7 | B | 1A | 0 | 5E | 16 | 4C | 5A | 29 |
| Octal | 224 | 307 | 13 | 32 | 0 | 136 | 26 | 114 | 132 | 51 |
| Binary | 10010100 | 11000111 | 1011 | 11010 | 0 | 1011110 | 10110 | 1001100 | 1011010 | 101001 |
Color Harmonies of #94C70B
Complementary color
Monochromatic Colors of #94C70B
Black with #94C70B
Text Example
Text Example
White with #94C70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94C70B; }
p { color: rgb(148,199,11); }
H1.HeaderClassName
{
color: #94C70B;
}
.AnyTagClassName
{
color: #94C70B;
}
</style>
background-color css
<style>
a { background-color: #94C70B; }
a { background-color: rgb(148,199,11); }
div.DivClassName
{
background-color: #94C70B;
}
.BgClassName
{
background-color: #94C70B;
}
</style>
border-color css
<style>
span { border-color: #94C70B; }
span { border-color: rgb(148,199,11); }
td.TdClassName
{
border-color: #94C70B;
}
.TagClassName
{
border-color: #94C70B;
}
</style>