Shades of Green Yellow #98FF1E
Tints of Green Yellow #98FF1E
RGB
CMYK
RGB Variations
Color information
#98FF1E (or 0x98FF1E) is known color: Green Yellow. HEX triplet: 98, FF and 1E. RGB value is (152,255,30). Sum of RGB (Red+Green+Blue) = 152+255+30=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 30 (12.11% from 255 or 6.86% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF1E is #6700E1. Grayscale: #C7C7C7. Windows color (decimal): -6750434 or 2031512. OLE color: 2031512.
HSL color Cylindrical-coordinate representation of color #98FF1E: hue angle of 87.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98FF1E is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 30 | - |
| CMYK | 0.40 | 0 | 0.88 | 0 |
| HSL | 87.47º | 1% | 0.56% | - |
| HSV(B) | 87.47º | 0.88% | 1% | - |
| XYZ | 48.94 | 78.29 | 13.76 | - |
| YUV | 198.55 | 32.88 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 30 | 0.40 | 0 | 0.88 | 0 | 87.47 | 1 | 0.56 |
| Hex | 98 | FF | 1E | 28 | 0 | 58 | 0 | 57 | 64 | 38 |
| Octal | 230 | 377 | 36 | 50 | 0 | 130 | 0 | 127 | 144 | 70 |
| Binary | 10011000 | 11111111 | 11110 | 101000 | 0 | 1011000 | 0 | 1010111 | 1100100 | 111000 |
Color Harmonies of #98FF1E
Complementary color
Monochromatic Colors of #98FF1E
Black with #98FF1E
Text Example
Text Example
White with #98FF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF1E; }
p { color: rgb(152,255,30); }
H1.HeaderClassName
{
color: #98FF1E;
}
.AnyTagClassName
{
color: #98FF1E;
}
</style>
background-color css
<style>
a { background-color: #98FF1E; }
a { background-color: rgb(152,255,30); }
div.DivClassName
{
background-color: #98FF1E;
}
.BgClassName
{
background-color: #98FF1E;
}
</style>
border-color css
<style>
span { border-color: #98FF1E; }
span { border-color: rgb(152,255,30); }
td.TdClassName
{
border-color: #98FF1E;
}
.TagClassName
{
border-color: #98FF1E;
}
</style>