Shades of Green Yellow #94F024
Tints of Green Yellow #94F024
RGB
CMYK
RGB Variations
Color information
#94F024 (or 0x94F024) is known color: Green Yellow. HEX triplet: 94, F0 and 24. RGB value is (148,240,36). Sum of RGB (Red+Green+Blue) = 148+240+36=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 36 (14.45% from 255 or 8.49% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #94F024 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F024 is #6B0FDB. Grayscale: #BDBDBD. Windows color (decimal): -7016412 or 2420884. OLE color: 2420884.
HSL color Cylindrical-coordinate representation of color #94F024: hue angle of 87.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94F024 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 36 | - |
| CMYK | 0.38 | 0 | 0.85 | 0.06 |
| HSL | 87.06º | 0.87% | 0.54% | - |
| HSV(B) | 87.06º | 0.85% | 0.94% | - |
| XYZ | 43.69 | 68.74 | 12.64 | - |
| YUV | 189.24 | 41.52 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 36 | 0.38 | 0 | 0.85 | 0.06 | 87.06 | 0.87 | 0.54 |
| Hex | 94 | F0 | 24 | 26 | 0 | 55 | 6 | 57 | 57 | 36 |
| Octal | 224 | 360 | 44 | 46 | 0 | 125 | 6 | 127 | 127 | 66 |
| Binary | 10010100 | 11110000 | 100100 | 100110 | 0 | 1010101 | 110 | 1010111 | 1010111 | 110110 |
Color Harmonies of #94F024
Complementary color
Monochromatic Colors of #94F024
Black with #94F024
Text Example
Text Example
White with #94F024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F024; }
p { color: rgb(148,240,36); }
H1.HeaderClassName
{
color: #94F024;
}
.AnyTagClassName
{
color: #94F024;
}
</style>
background-color css
<style>
a { background-color: #94F024; }
a { background-color: rgb(148,240,36); }
div.DivClassName
{
background-color: #94F024;
}
.BgClassName
{
background-color: #94F024;
}
</style>
border-color css
<style>
span { border-color: #94F024; }
span { border-color: rgb(148,240,36); }
td.TdClassName
{
border-color: #94F024;
}
.TagClassName
{
border-color: #94F024;
}
</style>