Shades of Green Yellow #94FD32
Tints of Green Yellow #94FD32
RGB
CMYK
RGB Variations
Color information
#94FD32 (or 0x94FD32) is known color: Green Yellow. HEX triplet: 94, FD and 32. RGB value is (148,253,50). Sum of RGB (Red+Green+Blue) = 148+253+50=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 253 (99.22% from 255 or 56.10% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FD32 is #6B02CD. Grayscale: #C7C7C7. Windows color (decimal): -7013070 or 3341716. OLE color: 3341716.
HSL color Cylindrical-coordinate representation of color #94FD32: hue angle of 91.03º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #94FD32 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 148 | 253 | 50 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.01 |
| HSL | 91.03º | 0.98% | 0.59% | - |
| HSV(B) | 91.03º | 0.8% | 0.99% | - |
| XYZ | 47.91 | 76.78 | 15.31 | - |
| YUV | 198.46 | 44.21 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 253 | 50 | 0.42 | 0 | 0.80 | 0.01 | 91.03 | 0.98 | 0.59 |
| Hex | 94 | FD | 32 | 2A | 0 | 50 | 1 | 5B | 62 | 3B |
| Octal | 224 | 375 | 62 | 52 | 0 | 120 | 1 | 133 | 142 | 73 |
| Binary | 10010100 | 11111101 | 110010 | 101010 | 0 | 1010000 | 1 | 1011011 | 1100010 | 111011 |
Color Harmonies of #94FD32
Complementary color
Monochromatic Colors of #94FD32
Black with #94FD32
Text Example
Text Example
White with #94FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FD32; }
p { color: rgb(148,253,50); }
H1.HeaderClassName
{
color: #94FD32;
}
.AnyTagClassName
{
color: #94FD32;
}
</style>
background-color css
<style>
a { background-color: #94FD32; }
a { background-color: rgb(148,253,50); }
div.DivClassName
{
background-color: #94FD32;
}
.BgClassName
{
background-color: #94FD32;
}
</style>
border-color css
<style>
span { border-color: #94FD32; }
span { border-color: rgb(148,253,50); }
td.TdClassName
{
border-color: #94FD32;
}
.TagClassName
{
border-color: #94FD32;
}
</style>