Shades of Green Yellow #98FF40
Tints of Green Yellow #98FF40
RGB
CMYK
RGB Variations
Color information
#98FF40 (or 0x98FF40) is known color: Green Yellow. HEX triplet: 98, FF and 40. RGB value is (152,255,64). Sum of RGB (Red+Green+Blue) = 152+255+64=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 64 (25.39% from 255 or 13.59% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF40 is #6700BF. Grayscale: #CBCBCB. Windows color (decimal): -6750400 or 4259736. OLE color: 4259736.
HSL color Cylindrical-coordinate representation of color #98FF40: hue angle of 92.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98FF40 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 64 | - |
| CMYK | 0.40 | 0 | 0.75 | 0 |
| HSL | 92.36º | 1% | 0.63% | - |
| HSV(B) | 92.36º | 0.75% | 1% | - |
| XYZ | 49.63 | 78.57 | 17.4 | - |
| YUV | 202.43 | 49.88 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 64 | 0.40 | 0 | 0.75 | 0 | 92.36 | 1 | 0.63 |
| Hex | 98 | FF | 40 | 28 | 0 | 4B | 0 | 5C | 64 | 3F |
| Octal | 230 | 377 | 100 | 50 | 0 | 113 | 0 | 134 | 144 | 77 |
| Binary | 10011000 | 11111111 | 1000000 | 101000 | 0 | 1001011 | 0 | 1011100 | 1100100 | 111111 |
Color Harmonies of #98FF40
Complementary color
Monochromatic Colors of #98FF40
Black with #98FF40
Text Example
Text Example
White with #98FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF40; }
p { color: rgb(152,255,64); }
H1.HeaderClassName
{
color: #98FF40;
}
.AnyTagClassName
{
color: #98FF40;
}
</style>
background-color css
<style>
a { background-color: #98FF40; }
a { background-color: rgb(152,255,64); }
div.DivClassName
{
background-color: #98FF40;
}
.BgClassName
{
background-color: #98FF40;
}
</style>
border-color css
<style>
span { border-color: #98FF40; }
span { border-color: rgb(152,255,64); }
td.TdClassName
{
border-color: #98FF40;
}
.TagClassName
{
border-color: #98FF40;
}
</style>