Shades of Green Yellow #94FF28
Tints of Green Yellow #94FF28
RGB
CMYK
RGB Variations
Color information
#94FF28 (or 0x94FF28) is known color: Green Yellow. HEX triplet: 94, FF and 28. RGB value is (148,255,40). Sum of RGB (Red+Green+Blue) = 148+255+40=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 40 (16.02% from 255 or 9.03% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FF28 is #6B00D7. Grayscale: #C7C7C7. Windows color (decimal): -7012568 or 2686868. OLE color: 2686868.
HSL color Cylindrical-coordinate representation of color #94FF28: hue angle of 89.86º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94FF28 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 148 | 255 | 40 | - |
| CMYK | 0.42 | 0 | 0.84 | 0 |
| HSL | 89.86º | 1% | 0.58% | - |
| HSV(B) | 89.86º | 0.84% | 1% | - |
| XYZ | 48.36 | 77.97 | 14.51 | - |
| YUV | 198.5 | 38.55 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 255 | 40 | 0.42 | 0 | 0.84 | 0 | 89.86 | 1 | 0.58 |
| Hex | 94 | FF | 28 | 2A | 0 | 54 | 0 | 5A | 64 | 3A |
| Octal | 224 | 377 | 50 | 52 | 0 | 124 | 0 | 132 | 144 | 72 |
| Binary | 10010100 | 11111111 | 101000 | 101010 | 0 | 1010100 | 0 | 1011010 | 1100100 | 111010 |
Color Harmonies of #94FF28
Complementary color
Monochromatic Colors of #94FF28
Black with #94FF28
Text Example
Text Example
White with #94FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FF28; }
p { color: rgb(148,255,40); }
H1.HeaderClassName
{
color: #94FF28;
}
.AnyTagClassName
{
color: #94FF28;
}
</style>
background-color css
<style>
a { background-color: #94FF28; }
a { background-color: rgb(148,255,40); }
div.DivClassName
{
background-color: #94FF28;
}
.BgClassName
{
background-color: #94FF28;
}
</style>
border-color css
<style>
span { border-color: #94FF28; }
span { border-color: rgb(148,255,40); }
td.TdClassName
{
border-color: #94FF28;
}
.TagClassName
{
border-color: #94FF28;
}
</style>