Shades of Green Yellow #94F11E
Tints of Green Yellow #94F11E
RGB
CMYK
RGB Variations
Color information
#94F11E (or 0x94F11E) is known color: Green Yellow. HEX triplet: 94, F1 and 1E. RGB value is (148,241,30). Sum of RGB (Red+Green+Blue) = 148+241+30=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 241 (94.53% from 255 or 57.52% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 241 - color contains mainly: green. Hex color #94F11E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F11E is #6B0EE1. Grayscale: #BDBDBD. Windows color (decimal): -7016162 or 2027924. OLE color: 2027924.
HSL color Cylindrical-coordinate representation of color #94F11E: hue angle of 86.45º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94F11E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 241 | 30 | - |
| CMYK | 0.39 | 0 | 0.88 | 0.05 |
| HSL | 86.45º | 0.88% | 0.53% | - |
| HSV(B) | 86.45º | 0.88% | 0.95% | - |
| XYZ | 43.9 | 69.3 | 12.29 | - |
| YUV | 189.14 | 38.19 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 241 | 30 | 0.39 | 0 | 0.88 | 0.05 | 86.45 | 0.88 | 0.53 |
| Hex | 94 | F1 | 1E | 27 | 0 | 58 | 5 | 56 | 58 | 35 |
| Octal | 224 | 361 | 36 | 47 | 0 | 130 | 5 | 126 | 130 | 65 |
| Binary | 10010100 | 11110001 | 11110 | 100111 | 0 | 1011000 | 101 | 1010110 | 1011000 | 110101 |
Color Harmonies of #94F11E
Complementary color
Monochromatic Colors of #94F11E
Black with #94F11E
Text Example
Text Example
White with #94F11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F11E; }
p { color: rgb(148,241,30); }
H1.HeaderClassName
{
color: #94F11E;
}
.AnyTagClassName
{
color: #94F11E;
}
</style>
background-color css
<style>
a { background-color: #94F11E; }
a { background-color: rgb(148,241,30); }
div.DivClassName
{
background-color: #94F11E;
}
.BgClassName
{
background-color: #94F11E;
}
</style>
border-color css
<style>
span { border-color: #94F11E; }
span { border-color: rgb(148,241,30); }
td.TdClassName
{
border-color: #94F11E;
}
.TagClassName
{
border-color: #94F11E;
}
</style>