Shades of Citrus #94D200
Tints of Citrus #94D200
RGB
CMYK
RGB Variations
Color information
#94D200 (or 0x94D200) is known color: Citrus. HEX triplet: 94, D2 and 00. RGB value is (148,210,0). Sum of RGB (Red+Green+Blue) = 148+210+0=358 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.34% from 358); Green value is 210 (82.42% from 255 or 58.66% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 210 - color contains mainly: green. Hex color #94D200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D200 is #6B2DFF. Grayscale: #A8A8A8. Windows color (decimal): -7024128 or 53908. OLE color: 53908.
HSL color Cylindrical-coordinate representation of color #94D200: hue angle of 77.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #94D200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.18 |
| HSL | 77.71º | 1% | 0.41% | - |
| HSV(B) | 77.71º | 1% | 0.82% | - |
| XYZ | 35.26 | 52.39 | 8.25 | - |
| YUV | 167.52 | 33.46 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 0 | 0.30 | 0 | 1 | 0.18 | 77.71 | 1 | 0.41 |
| Hex | 94 | D2 | 0 | 1E | 0 | 64 | 12 | 4E | 64 | 29 |
| Octal | 224 | 322 | 0 | 36 | 0 | 144 | 22 | 116 | 144 | 51 |
| Binary | 10010100 | 11010010 | 0 | 11110 | 0 | 1100100 | 10010 | 1001110 | 1100100 | 101001 |
Color Harmonies of #94D200
Complementary color
Monochromatic Colors of #94D200
Black with #94D200
Text Example
Text Example
White with #94D200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D200; }
p { color: rgb(148,210,0); }
H1.HeaderClassName
{
color: #94D200;
}
.AnyTagClassName
{
color: #94D200;
}
</style>
background-color css
<style>
a { background-color: #94D200; }
a { background-color: rgb(148,210,0); }
div.DivClassName
{
background-color: #94D200;
}
.BgClassName
{
background-color: #94D200;
}
</style>
border-color css
<style>
span { border-color: #94D200; }
span { border-color: rgb(148,210,0); }
td.TdClassName
{
border-color: #94D200;
}
.TagClassName
{
border-color: #94D200;
}
</style>