Shades of Green Yellow #94F03C
Tints of Green Yellow #94F03C
RGB
CMYK
RGB Variations
Color information
#94F03C (or 0x94F03C) is known color: Green Yellow. HEX triplet: 94, F0 and 3C. RGB value is (148,240,60). Sum of RGB (Red+Green+Blue) = 148+240+60=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #94F03C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F03C is #6B0FC3. Grayscale: #C0C0C0. Windows color (decimal): -7016388 or 3993748. OLE color: 3993748.
HSL color Cylindrical-coordinate representation of color #94F03C: hue angle of 90.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94F03C is Cyan = 0.38, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 148 | 240 | 60 | - |
| CMYK | 0.38 | 0 | 0.75 | 0.06 |
| HSL | 90.67º | 0.86% | 0.59% | - |
| HSV(B) | 90.67º | 0.75% | 0.94% | - |
| XYZ | 44.19 | 68.94 | 15.25 | - |
| YUV | 191.97 | 53.52 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 240 | 60 | 0.38 | 0 | 0.75 | 0.06 | 90.67 | 0.86 | 0.59 |
| Hex | 94 | F0 | 3C | 26 | 0 | 4B | 6 | 5B | 56 | 3B |
| Octal | 224 | 360 | 74 | 46 | 0 | 113 | 6 | 133 | 126 | 73 |
| Binary | 10010100 | 11110000 | 111100 | 100110 | 0 | 1001011 | 110 | 1011011 | 1010110 | 111011 |
Color Harmonies of #94F03C
Complementary color
Monochromatic Colors of #94F03C
Black with #94F03C
Text Example
Text Example
White with #94F03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F03C; }
p { color: rgb(148,240,60); }
H1.HeaderClassName
{
color: #94F03C;
}
.AnyTagClassName
{
color: #94F03C;
}
</style>
background-color css
<style>
a { background-color: #94F03C; }
a { background-color: rgb(148,240,60); }
div.DivClassName
{
background-color: #94F03C;
}
.BgClassName
{
background-color: #94F03C;
}
</style>
border-color css
<style>
span { border-color: #94F03C; }
span { border-color: rgb(148,240,60); }
td.TdClassName
{
border-color: #94F03C;
}
.TagClassName
{
border-color: #94F03C;
}
</style>