Shades of Green Yellow #94FA4A
Tints of Green Yellow #94FA4A
RGB
CMYK
RGB Variations
Color information
#94FA4A (or 0x94FA4A) is known color: Green Yellow. HEX triplet: 94, FA and 4A. RGB value is (148,250,74). Sum of RGB (Red+Green+Blue) = 148+250+74=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 250 (98.05% from 255 or 52.97% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FA4A is #6B05B5. Grayscale: #C8C8C8. Windows color (decimal): -7013814 or 4913812. OLE color: 4913812.
HSL color Cylindrical-coordinate representation of color #94FA4A: hue angle of 94.77º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94FA4A is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 74 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.02 |
| HSL | 94.77º | 0.95% | 0.64% | - |
| HSV(B) | 94.77º | 0.7% | 0.98% | - |
| XYZ | 47.63 | 75.16 | 18.48 | - |
| YUV | 199.44 | 57.21 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 74 | 0.41 | 0 | 0.70 | 0.02 | 94.77 | 0.95 | 0.64 |
| Hex | 94 | FA | 4A | 29 | 0 | 46 | 2 | 5F | 5F | 40 |
| Octal | 224 | 372 | 112 | 51 | 0 | 106 | 2 | 137 | 137 | 100 |
| Binary | 10010100 | 11111010 | 1001010 | 101001 | 0 | 1000110 | 10 | 1011111 | 1011111 | 1000000 |
Color Harmonies of #94FA4A
Complementary color
Monochromatic Colors of #94FA4A
Black with #94FA4A
Text Example
Text Example
White with #94FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA4A; }
p { color: rgb(148,250,74); }
H1.HeaderClassName
{
color: #94FA4A;
}
.AnyTagClassName
{
color: #94FA4A;
}
</style>
background-color css
<style>
a { background-color: #94FA4A; }
a { background-color: rgb(148,250,74); }
div.DivClassName
{
background-color: #94FA4A;
}
.BgClassName
{
background-color: #94FA4A;
}
</style>
border-color css
<style>
span { border-color: #94FA4A; }
span { border-color: rgb(148,250,74); }
td.TdClassName
{
border-color: #94FA4A;
}
.TagClassName
{
border-color: #94FA4A;
}
</style>