Shades of Green Yellow #94F32C
Tints of Green Yellow #94F32C
RGB
CMYK
RGB Variations
Color information
#94F32C (or 0x94F32C) is known color: Green Yellow. HEX triplet: 94, F3 and 2C. RGB value is (148,243,44). Sum of RGB (Red+Green+Blue) = 148+243+44=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 243 (95.31% from 255 or 55.86% from 435); Blue value is 44 (17.58% from 255 or 10.11% from 435); Max value from RGB is 243 - color contains mainly: green. Hex color #94F32C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F32C is #6B0CD3. Grayscale: #C0C0C0. Windows color (decimal): -7015636 or 2945940. OLE color: 2945940.
HSL color Cylindrical-coordinate representation of color #94F32C: hue angle of 88.64º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94F32C is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 243 | 44 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.05 |
| HSL | 88.64º | 0.89% | 0.56% | - |
| HSV(B) | 88.64º | 0.82% | 0.95% | - |
| XYZ | 44.72 | 70.58 | 13.65 | - |
| YUV | 191.91 | 44.53 | 96.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 243 | 44 | 0.39 | 0 | 0.82 | 0.05 | 88.64 | 0.89 | 0.56 |
| Hex | 94 | F3 | 2C | 27 | 0 | 52 | 5 | 59 | 59 | 38 |
| Octal | 224 | 363 | 54 | 47 | 0 | 122 | 5 | 131 | 131 | 70 |
| Binary | 10010100 | 11110011 | 101100 | 100111 | 0 | 1010010 | 101 | 1011001 | 1011001 | 111000 |
Color Harmonies of #94F32C
Complementary color
Monochromatic Colors of #94F32C
Black with #94F32C
Text Example
Text Example
White with #94F32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F32C; }
p { color: rgb(148,243,44); }
H1.HeaderClassName
{
color: #94F32C;
}
.AnyTagClassName
{
color: #94F32C;
}
</style>
background-color css
<style>
a { background-color: #94F32C; }
a { background-color: rgb(148,243,44); }
div.DivClassName
{
background-color: #94F32C;
}
.BgClassName
{
background-color: #94F32C;
}
</style>
border-color css
<style>
span { border-color: #94F32C; }
span { border-color: rgb(148,243,44); }
td.TdClassName
{
border-color: #94F32C;
}
.TagClassName
{
border-color: #94F32C;
}
</style>