Shades of Green Yellow #94FE25
Tints of Green Yellow #94FE25
RGB
CMYK
RGB Variations
Color information
#94FE25 (or 0x94FE25) is known color: Green Yellow. HEX triplet: 94, FE and 25. RGB value is (148,254,37). Sum of RGB (Red+Green+Blue) = 148+254+37=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #94FE25 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FE25 is #6B01DA. Grayscale: #C6C6C6. Windows color (decimal): -7012827 or 2490004. OLE color: 2490004.
HSL color Cylindrical-coordinate representation of color #94FE25: hue angle of 89.31º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #94FE25 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 148 | 254 | 37 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.00 |
| HSL | 89.31º | 0.99% | 0.57% | - |
| HSV(B) | 89.31º | 0.85% | 1% | - |
| XYZ | 47.99 | 77.31 | 14.14 | - |
| YUV | 197.57 | 37.38 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 254 | 37 | 0.42 | 0 | 0.85 | 0.00 | 89.31 | 0.99 | 0.57 |
| Hex | 94 | FE | 25 | 2A | 0 | 55 | 0 | 59 | 63 | 39 |
| Octal | 224 | 376 | 45 | 52 | 0 | 125 | 0 | 131 | 143 | 71 |
| Binary | 10010100 | 11111110 | 100101 | 101010 | 0 | 1010101 | 0 | 1011001 | 1100011 | 111001 |
Color Harmonies of #94FE25
Complementary color
Monochromatic Colors of #94FE25
Black with #94FE25
Text Example
Text Example
White with #94FE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FE25; }
p { color: rgb(148,254,37); }
H1.HeaderClassName
{
color: #94FE25;
}
.AnyTagClassName
{
color: #94FE25;
}
</style>
background-color css
<style>
a { background-color: #94FE25; }
a { background-color: rgb(148,254,37); }
div.DivClassName
{
background-color: #94FE25;
}
.BgClassName
{
background-color: #94FE25;
}
</style>
border-color css
<style>
span { border-color: #94FE25; }
span { border-color: rgb(148,254,37); }
td.TdClassName
{
border-color: #94FE25;
}
.TagClassName
{
border-color: #94FE25;
}
</style>