Shades of Green Yellow #94F851
Tints of Green Yellow #94F851
RGB
CMYK
RGB Variations
Color information
#94F851 (or 0x94F851) is known color: Green Yellow. HEX triplet: 94, F8 and 51. RGB value is (148,248,81). Sum of RGB (Red+Green+Blue) = 148+248+81=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 248 (97.27% from 255 or 51.99% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 248 - color contains mainly: green. Hex color #94F851 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F851 is #6B07AE. Grayscale: #C7C7C7. Windows color (decimal): -7014319 or 5372052. OLE color: 5372052.
HSL color Cylindrical-coordinate representation of color #94F851: hue angle of 95.93º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94F851 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 148 | 248 | 81 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.03 |
| HSL | 95.93º | 0.92% | 0.65% | - |
| HSV(B) | 95.93º | 0.67% | 0.97% | - |
| XYZ | 47.27 | 74.02 | 19.58 | - |
| YUV | 199.06 | 61.37 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 248 | 81 | 0.40 | 0 | 0.67 | 0.03 | 95.93 | 0.92 | 0.65 |
| Hex | 94 | F8 | 51 | 28 | 0 | 43 | 3 | 60 | 5C | 41 |
| Octal | 224 | 370 | 121 | 50 | 0 | 103 | 3 | 140 | 134 | 101 |
| Binary | 10010100 | 11111000 | 1010001 | 101000 | 0 | 1000011 | 11 | 1100000 | 1011100 | 1000001 |
Color Harmonies of #94F851
Complementary color
Monochromatic Colors of #94F851
Black with #94F851
Text Example
Text Example
White with #94F851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F851; }
p { color: rgb(148,248,81); }
H1.HeaderClassName
{
color: #94F851;
}
.AnyTagClassName
{
color: #94F851;
}
</style>
background-color css
<style>
a { background-color: #94F851; }
a { background-color: rgb(148,248,81); }
div.DivClassName
{
background-color: #94F851;
}
.BgClassName
{
background-color: #94F851;
}
</style>
border-color css
<style>
span { border-color: #94F851; }
span { border-color: rgb(148,248,81); }
td.TdClassName
{
border-color: #94F851;
}
.TagClassName
{
border-color: #94F851;
}
</style>