Shades of Green Yellow #94F64D
Tints of Green Yellow #94F64D
RGB
CMYK
RGB Variations
Color information
#94F64D (or 0x94F64D) is known color: Green Yellow. HEX triplet: 94, F6 and 4D. RGB value is (148,246,77). Sum of RGB (Red+Green+Blue) = 148+246+77=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 246 (96.48% from 255 or 52.23% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 246 - color contains mainly: green. Hex color #94F64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F64D is #6B09B2. Grayscale: #C6C6C6. Windows color (decimal): -7014835 or 5109396. OLE color: 5109396.
HSL color Cylindrical-coordinate representation of color #94F64D: hue angle of 94.79º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94F64D is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 148 | 246 | 77 | - |
| CMYK | 0.40 | 0 | 0.69 | 0.04 |
| HSL | 94.79º | 0.9% | 0.63% | - |
| HSV(B) | 94.79º | 0.69% | 0.96% | - |
| XYZ | 46.51 | 72.74 | 18.61 | - |
| YUV | 197.43 | 60.03 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 246 | 77 | 0.40 | 0 | 0.69 | 0.04 | 94.79 | 0.9 | 0.63 |
| Hex | 94 | F6 | 4D | 28 | 0 | 45 | 4 | 5F | 5A | 3F |
| Octal | 224 | 366 | 115 | 50 | 0 | 105 | 4 | 137 | 132 | 77 |
| Binary | 10010100 | 11110110 | 1001101 | 101000 | 0 | 1000101 | 100 | 1011111 | 1011010 | 111111 |
Color Harmonies of #94F64D
Complementary color
Monochromatic Colors of #94F64D
Black with #94F64D
Text Example
Text Example
White with #94F64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F64D; }
p { color: rgb(148,246,77); }
H1.HeaderClassName
{
color: #94F64D;
}
.AnyTagClassName
{
color: #94F64D;
}
</style>
background-color css
<style>
a { background-color: #94F64D; }
a { background-color: rgb(148,246,77); }
div.DivClassName
{
background-color: #94F64D;
}
.BgClassName
{
background-color: #94F64D;
}
</style>
border-color css
<style>
span { border-color: #94F64D; }
span { border-color: rgb(148,246,77); }
td.TdClassName
{
border-color: #94F64D;
}
.TagClassName
{
border-color: #94F64D;
}
</style>