Shades of Green Yellow #94FA3C
Tints of Green Yellow #94FA3C
RGB
CMYK
RGB Variations
Color information
#94FA3C (or 0x94FA3C) is known color: Green Yellow. HEX triplet: 94, FA and 3C. RGB value is (148,250,60). Sum of RGB (Red+Green+Blue) = 148+250+60=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 60 (23.83% from 255 or 13.10% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #94FA3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FA3C is #6B05C3. Grayscale: #C6C6C6. Windows color (decimal): -7013828 or 3996308. OLE color: 3996308.
HSL color Cylindrical-coordinate representation of color #94FA3C: hue angle of 92.21º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94FA3C is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 148 | 250 | 60 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.02 |
| HSL | 92.21º | 0.95% | 0.61% | - |
| HSV(B) | 92.21º | 0.76% | 0.98% | - |
| XYZ | 47.21 | 74.99 | 16.26 | - |
| YUV | 197.84 | 50.21 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 250 | 60 | 0.41 | 0 | 0.76 | 0.02 | 92.21 | 0.95 | 0.61 |
| Hex | 94 | FA | 3C | 29 | 0 | 4C | 2 | 5C | 5F | 3D |
| Octal | 224 | 372 | 74 | 51 | 0 | 114 | 2 | 134 | 137 | 75 |
| Binary | 10010100 | 11111010 | 111100 | 101001 | 0 | 1001100 | 10 | 1011100 | 1011111 | 111101 |
Color Harmonies of #94FA3C
Complementary color
Monochromatic Colors of #94FA3C
Black with #94FA3C
Text Example
Text Example
White with #94FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94FA3C; }
p { color: rgb(148,250,60); }
H1.HeaderClassName
{
color: #94FA3C;
}
.AnyTagClassName
{
color: #94FA3C;
}
</style>
background-color css
<style>
a { background-color: #94FA3C; }
a { background-color: rgb(148,250,60); }
div.DivClassName
{
background-color: #94FA3C;
}
.BgClassName
{
background-color: #94FA3C;
}
</style>
border-color css
<style>
span { border-color: #94FA3C; }
span { border-color: rgb(148,250,60); }
td.TdClassName
{
border-color: #94FA3C;
}
.TagClassName
{
border-color: #94FA3C;
}
</style>