Shades of Citrus #94D007
Tints of Citrus #94D007
RGB
CMYK
RGB Variations
Color information
#94D007 (or 0x94D007) is known color: Citrus. HEX triplet: 94, D0 and 07. RGB value is (148,208,7). Sum of RGB (Red+Green+Blue) = 148+208+7=363 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.77% from 363); Green value is 208 (81.64% from 255 or 57.30% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 208 - color contains mainly: green. Hex color #94D007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D007 is #6B2FF8. Grayscale: #A7A7A7. Windows color (decimal): -7024633 or 512148. OLE color: 512148.
HSL color Cylindrical-coordinate representation of color #94D007: hue angle of 77.91º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #94D007 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 208 | 7 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.18 |
| HSL | 77.91º | 0.93% | 0.42% | - |
| HSV(B) | 77.91º | 0.97% | 0.82% | - |
| XYZ | 34.81 | 51.42 | 8.29 | - |
| YUV | 167.15 | 37.62 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 208 | 7 | 0.29 | 0 | 0.97 | 0.18 | 77.91 | 0.93 | 0.42 |
| Hex | 94 | D0 | 7 | 1D | 0 | 61 | 12 | 4E | 5D | 2A |
| Octal | 224 | 320 | 7 | 35 | 0 | 141 | 22 | 116 | 135 | 52 |
| Binary | 10010100 | 11010000 | 111 | 11101 | 0 | 1100001 | 10010 | 1001110 | 1011101 | 101010 |
Color Harmonies of #94D007
Complementary color
Monochromatic Colors of #94D007
Black with #94D007
Text Example
Text Example
White with #94D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D007; }
p { color: rgb(148,208,7); }
H1.HeaderClassName
{
color: #94D007;
}
.AnyTagClassName
{
color: #94D007;
}
</style>
background-color css
<style>
a { background-color: #94D007; }
a { background-color: rgb(148,208,7); }
div.DivClassName
{
background-color: #94D007;
}
.BgClassName
{
background-color: #94D007;
}
</style>
border-color css
<style>
span { border-color: #94D007; }
span { border-color: rgb(148,208,7); }
td.TdClassName
{
border-color: #94D007;
}
.TagClassName
{
border-color: #94D007;
}
</style>