Shades of Green Yellow #94EC1F
Tints of Green Yellow #94EC1F
RGB
CMYK
RGB Variations
Color information
#94EC1F (or 0x94EC1F) is known color: Green Yellow. HEX triplet: 94, EC and 1F. RGB value is (148,236,31). Sum of RGB (Red+Green+Blue) = 148+236+31=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 236 (92.58% from 255 or 56.87% from 415); Blue value is 31 (12.5% from 255 or 7.47% from 415); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC1F is #6B13E0. Grayscale: #BBBBBB. Windows color (decimal): -7017441 or 2092180. OLE color: 2092180.
HSL color Cylindrical-coordinate representation of color #94EC1F: hue angle of 85.76º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #94EC1F is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 31 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.07 |
| HSL | 85.76º | 0.84% | 0.52% | - |
| HSV(B) | 85.76º | 0.87% | 0.93% | - |
| XYZ | 42.46 | 66.39 | 11.87 | - |
| YUV | 186.32 | 40.35 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 31 | 0.37 | 0 | 0.87 | 0.07 | 85.76 | 0.84 | 0.52 |
| Hex | 94 | EC | 1F | 25 | 0 | 57 | 7 | 56 | 54 | 34 |
| Octal | 224 | 354 | 37 | 45 | 0 | 127 | 7 | 126 | 124 | 64 |
| Binary | 10010100 | 11101100 | 11111 | 100101 | 0 | 1010111 | 111 | 1010110 | 1010100 | 110100 |
Color Harmonies of #94EC1F
Complementary color
Monochromatic Colors of #94EC1F
Black with #94EC1F
Text Example
Text Example
White with #94EC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC1F; }
p { color: rgb(148,236,31); }
H1.HeaderClassName
{
color: #94EC1F;
}
.AnyTagClassName
{
color: #94EC1F;
}
</style>
background-color css
<style>
a { background-color: #94EC1F; }
a { background-color: rgb(148,236,31); }
div.DivClassName
{
background-color: #94EC1F;
}
.BgClassName
{
background-color: #94EC1F;
}
</style>
border-color css
<style>
span { border-color: #94EC1F; }
span { border-color: rgb(148,236,31); }
td.TdClassName
{
border-color: #94EC1F;
}
.TagClassName
{
border-color: #94EC1F;
}
</style>