Shades of Green Yellow #98FE4D
Tints of Green Yellow #98FE4D
RGB
CMYK
RGB Variations
Color information
#98FE4D (or 0x98FE4D) is known color: Green Yellow. HEX triplet: 98, FE and 4D. RGB value is (152,254,77). Sum of RGB (Red+Green+Blue) = 152+254+77=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 254 (99.61% from 255 or 52.59% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98FE4D is #6701B2. Grayscale: #CBCBCB. Windows color (decimal): -6750643 or 5111448. OLE color: 5111448.
HSL color Cylindrical-coordinate representation of color #98FE4D: hue angle of 94.58º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98FE4D is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 77 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.00 |
| HSL | 94.58º | 0.99% | 0.65% | - |
| HSV(B) | 94.58º | 0.7% | 1% | - |
| XYZ | 49.73 | 78.09 | 19.47 | - |
| YUV | 203.32 | 56.71 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 77 | 0.40 | 0 | 0.70 | 0.00 | 94.58 | 0.99 | 0.65 |
| Hex | 98 | FE | 4D | 28 | 0 | 46 | 0 | 5F | 63 | 41 |
| Octal | 230 | 376 | 115 | 50 | 0 | 106 | 0 | 137 | 143 | 101 |
| Binary | 10011000 | 11111110 | 1001101 | 101000 | 0 | 1000110 | 0 | 1011111 | 1100011 | 1000001 |
Color Harmonies of #98FE4D
Complementary color
Monochromatic Colors of #98FE4D
Black with #98FE4D
Text Example
Text Example
White with #98FE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FE4D; }
p { color: rgb(152,254,77); }
H1.HeaderClassName
{
color: #98FE4D;
}
.AnyTagClassName
{
color: #98FE4D;
}
</style>
background-color css
<style>
a { background-color: #98FE4D; }
a { background-color: rgb(152,254,77); }
div.DivClassName
{
background-color: #98FE4D;
}
.BgClassName
{
background-color: #98FE4D;
}
</style>
border-color css
<style>
span { border-color: #98FE4D; }
span { border-color: rgb(152,254,77); }
td.TdClassName
{
border-color: #98FE4D;
}
.TagClassName
{
border-color: #98FE4D;
}
</style>