Shades of Green Yellow #98FE40
Tints of Green Yellow #98FE40
RGB
CMYK
RGB Variations
Color information
#98FE40 (or 0x98FE40) is known color: Green Yellow. HEX triplet: 98, FE and 40. RGB value is (152,254,64). Sum of RGB (Red+Green+Blue) = 152+254+64=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 64 (25.39% from 255 or 13.62% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FE40 is #6701BF. Grayscale: #CACACA. Windows color (decimal): -6750656 or 4259480. OLE color: 4259480.
HSL color Cylindrical-coordinate representation of color #98FE40: hue angle of 92.21º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98FE40 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 64 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.00 |
| HSL | 92.21º | 0.99% | 0.62% | - |
| HSV(B) | 92.21º | 0.75% | 1% | - |
| XYZ | 49.32 | 77.93 | 17.29 | - |
| YUV | 201.84 | 50.21 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 64 | 0.40 | 0 | 0.75 | 0.00 | 92.21 | 0.99 | 0.62 |
| Hex | 98 | FE | 40 | 28 | 0 | 4B | 0 | 5C | 63 | 3E |
| Octal | 230 | 376 | 100 | 50 | 0 | 113 | 0 | 134 | 143 | 76 |
| Binary | 10011000 | 11111110 | 1000000 | 101000 | 0 | 1001011 | 0 | 1011100 | 1100011 | 111110 |
Color Harmonies of #98FE40
Complementary color
Monochromatic Colors of #98FE40
Black with #98FE40
Text Example
Text Example
White with #98FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FE40; }
p { color: rgb(152,254,64); }
H1.HeaderClassName
{
color: #98FE40;
}
.AnyTagClassName
{
color: #98FE40;
}
</style>
background-color css
<style>
a { background-color: #98FE40; }
a { background-color: rgb(152,254,64); }
div.DivClassName
{
background-color: #98FE40;
}
.BgClassName
{
background-color: #98FE40;
}
</style>
border-color css
<style>
span { border-color: #98FE40; }
span { border-color: rgb(152,254,64); }
td.TdClassName
{
border-color: #98FE40;
}
.TagClassName
{
border-color: #98FE40;
}
</style>