Shades of Green Yellow #94FA40
Tints of Green Yellow #94FA40
RGB
CMYK
RGB Variations
Color information
#94FA40 (or 0x94FA40) is known color: Green Yellow. HEX triplet: 94, FA and 40. RGB value is (148,250,64). Sum of RGB (Red+Green+Blue) = 148+250+64=462 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.03% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FA40 is #6B05BF. Grayscale: #C6C6C6. Windows color (decimal): -7013824 or 4258452. OLE color: 4258452.
HSL color Cylindrical-coordinate representation of color #94FA40: hue angle of 92.9º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94FA40 is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 64 | - |
| CMYK | 0.41 | 0 | 0.74 | 0.02 |
| HSL | 92.9º | 0.95% | 0.62% | - |
| HSV(B) | 92.9º | 0.74% | 0.98% | - |
| XYZ | 47.32 | 75.04 | 16.84 | - |
| YUV | 198.3 | 52.21 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 64 | 0.41 | 0 | 0.74 | 0.02 | 92.9 | 0.95 | 0.62 |
| Hex | 94 | FA | 40 | 29 | 0 | 4A | 2 | 5D | 5F | 3E |
| Octal | 224 | 372 | 100 | 51 | 0 | 112 | 2 | 135 | 137 | 76 |
| Binary | 10010100 | 11111010 | 1000000 | 101001 | 0 | 1001010 | 10 | 1011101 | 1011111 | 111110 |
Color Harmonies of #94FA40
Complementary color
Monochromatic Colors of #94FA40
Black with #94FA40
Text Example
Text Example
White with #94FA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA40; }
p { color: rgb(148,250,64); }
H1.HeaderClassName
{
color: #94FA40;
}
.AnyTagClassName
{
color: #94FA40;
}
</style>
background-color css
<style>
a { background-color: #94FA40; }
a { background-color: rgb(148,250,64); }
div.DivClassName
{
background-color: #94FA40;
}
.BgClassName
{
background-color: #94FA40;
}
</style>
border-color css
<style>
span { border-color: #94FA40; }
span { border-color: rgb(148,250,64); }
td.TdClassName
{
border-color: #94FA40;
}
.TagClassName
{
border-color: #94FA40;
}
</style>