Shades of Green Yellow #94FE44
Tints of Green Yellow #94FE44
RGB
CMYK
RGB Variations
Color information
#94FE44 (or 0x94FE44) is known color: Green Yellow. HEX triplet: 94, FE and 44. RGB value is (148,254,68). Sum of RGB (Red+Green+Blue) = 148+254+68=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 68 (26.95% from 255 or 14.47% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FE44 is #6B01BB. Grayscale: #C9C9C9. Windows color (decimal): -7012796 or 4521620. OLE color: 4521620.
HSL color Cylindrical-coordinate representation of color #94FE44: hue angle of 94.19º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94FE44 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 68 | - |
| CMYK | 0.42 | 0 | 0.73 | 0.00 |
| HSL | 94.19º | 0.99% | 0.63% | - |
| HSV(B) | 94.19º | 0.73% | 1% | - |
| XYZ | 48.7 | 77.6 | 17.88 | - |
| YUV | 201.1 | 52.88 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 68 | 0.42 | 0 | 0.73 | 0.00 | 94.19 | 0.99 | 0.63 |
| Hex | 94 | FE | 44 | 2A | 0 | 49 | 0 | 5E | 63 | 3F |
| Octal | 224 | 376 | 104 | 52 | 0 | 111 | 0 | 136 | 143 | 77 |
| Binary | 10010100 | 11111110 | 1000100 | 101010 | 0 | 1001001 | 0 | 1011110 | 1100011 | 111111 |
Color Harmonies of #94FE44
Complementary color
Monochromatic Colors of #94FE44
Black with #94FE44
Text Example
Text Example
White with #94FE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE44; }
p { color: rgb(148,254,68); }
H1.HeaderClassName
{
color: #94FE44;
}
.AnyTagClassName
{
color: #94FE44;
}
</style>
background-color css
<style>
a { background-color: #94FE44; }
a { background-color: rgb(148,254,68); }
div.DivClassName
{
background-color: #94FE44;
}
.BgClassName
{
background-color: #94FE44;
}
</style>
border-color css
<style>
span { border-color: #94FE44; }
span { border-color: rgb(148,254,68); }
td.TdClassName
{
border-color: #94FE44;
}
.TagClassName
{
border-color: #94FE44;
}
</style>