Shades of Green Yellow #98FF31
Tints of Green Yellow #98FF31
RGB
CMYK
RGB Variations
Color information
#98FF31 (or 0x98FF31) is known color: Green Yellow. HEX triplet: 98, FF and 31. RGB value is (152,255,49). Sum of RGB (Red+Green+Blue) = 152+255+49=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF31 is #6700CE. Grayscale: #C9C9C9. Windows color (decimal): -6750415 or 3276696. OLE color: 3276696.
HSL color Cylindrical-coordinate representation of color #98FF31: hue angle of 90º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98FF31 is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 49 | - |
| CMYK | 0.40 | 0 | 0.81 | 0 |
| HSL | 90º | 1% | 0.6% | - |
| HSV(B) | 90º | 0.81% | 1% | - |
| XYZ | 49.26 | 78.42 | 15.45 | - |
| YUV | 200.72 | 42.38 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 49 | 0.40 | 0 | 0.81 | 0 | 90 | 1 | 0.6 |
| Hex | 98 | FF | 31 | 28 | 0 | 51 | 0 | 5A | 64 | 3C |
| Octal | 230 | 377 | 61 | 50 | 0 | 121 | 0 | 132 | 144 | 74 |
| Binary | 10011000 | 11111111 | 110001 | 101000 | 0 | 1010001 | 0 | 1011010 | 1100100 | 111100 |
Color Harmonies of #98FF31
Complementary color
Monochromatic Colors of #98FF31
Black with #98FF31
Text Example
Text Example
White with #98FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF31; }
p { color: rgb(152,255,49); }
H1.HeaderClassName
{
color: #98FF31;
}
.AnyTagClassName
{
color: #98FF31;
}
</style>
background-color css
<style>
a { background-color: #98FF31; }
a { background-color: rgb(152,255,49); }
div.DivClassName
{
background-color: #98FF31;
}
.BgClassName
{
background-color: #98FF31;
}
</style>
border-color css
<style>
span { border-color: #98FF31; }
span { border-color: rgb(152,255,49); }
td.TdClassName
{
border-color: #98FF31;
}
.TagClassName
{
border-color: #98FF31;
}
</style>