Shades of Green Yellow #94F434
Tints of Green Yellow #94F434
RGB
CMYK
RGB Variations
Color information
#94F434 (or 0x94F434) is known color: Green Yellow. HEX triplet: 94, F4 and 34. RGB value is (148,244,52). Sum of RGB (Red+Green+Blue) = 148+244+52=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 244 (95.70% from 255 or 54.95% from 444); Blue value is 52 (20.70% from 255 or 11.71% from 444); Max value from RGB is 244 - color contains mainly: green. Hex color #94F434 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F434 is #6B0BCB. Grayscale: #C2C2C2. Windows color (decimal): -7015372 or 3470484. OLE color: 3470484.
HSL color Cylindrical-coordinate representation of color #94F434: hue angle of 90º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94F434 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 244 | 52 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.04 |
| HSL | 90º | 0.9% | 0.58% | - |
| HSV(B) | 90º | 0.79% | 0.96% | - |
| XYZ | 45.18 | 71.25 | 14.62 | - |
| YUV | 193.41 | 48.2 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 244 | 52 | 0.39 | 0 | 0.79 | 0.04 | 90 | 0.9 | 0.58 |
| Hex | 94 | F4 | 34 | 27 | 0 | 4F | 4 | 5A | 5A | 3A |
| Octal | 224 | 364 | 64 | 47 | 0 | 117 | 4 | 132 | 132 | 72 |
| Binary | 10010100 | 11110100 | 110100 | 100111 | 0 | 1001111 | 100 | 1011010 | 1011010 | 111010 |
Color Harmonies of #94F434
Complementary color
Monochromatic Colors of #94F434
Black with #94F434
Text Example
Text Example
White with #94F434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F434; }
p { color: rgb(148,244,52); }
H1.HeaderClassName
{
color: #94F434;
}
.AnyTagClassName
{
color: #94F434;
}
</style>
background-color css
<style>
a { background-color: #94F434; }
a { background-color: rgb(148,244,52); }
div.DivClassName
{
background-color: #94F434;
}
.BgClassName
{
background-color: #94F434;
}
</style>
border-color css
<style>
span { border-color: #94F434; }
span { border-color: rgb(148,244,52); }
td.TdClassName
{
border-color: #94F434;
}
.TagClassName
{
border-color: #94F434;
}
</style>