Shades of Green Yellow #94F23C
Tints of Green Yellow #94F23C
RGB
CMYK
RGB Variations
Color information
#94F23C (or 0x94F23C) is known color: Green Yellow. HEX triplet: 94, F2 and 3C. RGB value is (148,242,60). Sum of RGB (Red+Green+Blue) = 148+242+60=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #94F23C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F23C is #6B0DC3. Grayscale: #C1C1C1. Windows color (decimal): -7015876 or 3994260. OLE color: 3994260.
HSL color Cylindrical-coordinate representation of color #94F23C: hue angle of 90.99º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94F23C is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 60 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.05 |
| HSL | 90.99º | 0.88% | 0.59% | - |
| HSV(B) | 90.99º | 0.75% | 0.95% | - |
| XYZ | 44.78 | 70.13 | 15.45 | - |
| YUV | 193.15 | 52.86 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 60 | 0.39 | 0 | 0.75 | 0.05 | 90.99 | 0.88 | 0.59 |
| Hex | 94 | F2 | 3C | 27 | 0 | 4B | 5 | 5B | 58 | 3B |
| Octal | 224 | 362 | 74 | 47 | 0 | 113 | 5 | 133 | 130 | 73 |
| Binary | 10010100 | 11110010 | 111100 | 100111 | 0 | 1001011 | 101 | 1011011 | 1011000 | 111011 |
Color Harmonies of #94F23C
Complementary color
Monochromatic Colors of #94F23C
Black with #94F23C
Text Example
Text Example
White with #94F23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F23C; }
p { color: rgb(148,242,60); }
H1.HeaderClassName
{
color: #94F23C;
}
.AnyTagClassName
{
color: #94F23C;
}
</style>
background-color css
<style>
a { background-color: #94F23C; }
a { background-color: rgb(148,242,60); }
div.DivClassName
{
background-color: #94F23C;
}
.BgClassName
{
background-color: #94F23C;
}
</style>
border-color css
<style>
span { border-color: #94F23C; }
span { border-color: rgb(148,242,60); }
td.TdClassName
{
border-color: #94F23C;
}
.TagClassName
{
border-color: #94F23C;
}
</style>