Shades of Green Yellow #98FF1C
Tints of Green Yellow #98FF1C
RGB
CMYK
RGB Variations
Color information
#98FF1C (or 0x98FF1C) is known color: Green Yellow. HEX triplet: 98, FF and 1C. RGB value is (152,255,28). Sum of RGB (Red+Green+Blue) = 152+255+28=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 255 (100% from 255 or 58.62% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF1C is #6700E3. Grayscale: #C7C7C7. Windows color (decimal): -6750436 or 1900440. OLE color: 1900440.
HSL color Cylindrical-coordinate representation of color #98FF1C: hue angle of 87.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #98FF1C is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 28 | - |
| CMYK | 0.40 | 0 | 0.89 | 0 |
| HSL | 87.22º | 1% | 0.55% | - |
| HSV(B) | 87.22º | 0.89% | 1% | - |
| XYZ | 48.92 | 78.28 | 13.63 | - |
| YUV | 198.33 | 31.88 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 28 | 0.40 | 0 | 0.89 | 0 | 87.22 | 1 | 0.55 |
| Hex | 98 | FF | 1C | 28 | 0 | 59 | 0 | 57 | 64 | 37 |
| Octal | 230 | 377 | 34 | 50 | 0 | 131 | 0 | 127 | 144 | 67 |
| Binary | 10011000 | 11111111 | 11100 | 101000 | 0 | 1011001 | 0 | 1010111 | 1100100 | 110111 |
Color Harmonies of #98FF1C
Complementary color
Monochromatic Colors of #98FF1C
Black with #98FF1C
Text Example
Text Example
White with #98FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF1C; }
p { color: rgb(152,255,28); }
H1.HeaderClassName
{
color: #98FF1C;
}
.AnyTagClassName
{
color: #98FF1C;
}
</style>
background-color css
<style>
a { background-color: #98FF1C; }
a { background-color: rgb(152,255,28); }
div.DivClassName
{
background-color: #98FF1C;
}
.BgClassName
{
background-color: #98FF1C;
}
</style>
border-color css
<style>
span { border-color: #98FF1C; }
span { border-color: rgb(152,255,28); }
td.TdClassName
{
border-color: #98FF1C;
}
.TagClassName
{
border-color: #98FF1C;
}
</style>