Shades of Green Yellow #98FE32
Tints of Green Yellow #98FE32
RGB
CMYK
RGB Variations
Color information
#98FE32 (or 0x98FE32) is known color: Green Yellow. HEX triplet: 98, FE and 32. RGB value is (152,254,50). Sum of RGB (Red+Green+Blue) = 152+254+50=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #98FE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FE32 is #6701CD. Grayscale: #C8C8C8. Windows color (decimal): -6750670 or 3341976. OLE color: 3341976.
HSL color Cylindrical-coordinate representation of color #98FE32: hue angle of 90º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98FE32 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 50 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.00 |
| HSL | 90º | 0.99% | 0.6% | - |
| HSV(B) | 90º | 0.8% | 1% | - |
| XYZ | 48.97 | 77.79 | 15.45 | - |
| YUV | 200.25 | 43.21 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 50 | 0.40 | 0 | 0.80 | 0.00 | 90 | 0.99 | 0.6 |
| Hex | 98 | FE | 32 | 28 | 0 | 50 | 0 | 5A | 63 | 3C |
| Octal | 230 | 376 | 62 | 50 | 0 | 120 | 0 | 132 | 143 | 74 |
| Binary | 10011000 | 11111110 | 110010 | 101000 | 0 | 1010000 | 0 | 1011010 | 1100011 | 111100 |
Color Harmonies of #98FE32
Complementary color
Monochromatic Colors of #98FE32
Black with #98FE32
Text Example
Text Example
White with #98FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FE32; }
p { color: rgb(152,254,50); }
H1.HeaderClassName
{
color: #98FE32;
}
.AnyTagClassName
{
color: #98FE32;
}
</style>
background-color css
<style>
a { background-color: #98FE32; }
a { background-color: rgb(152,254,50); }
div.DivClassName
{
background-color: #98FE32;
}
.BgClassName
{
background-color: #98FE32;
}
</style>
border-color css
<style>
span { border-color: #98FE32; }
span { border-color: rgb(152,254,50); }
td.TdClassName
{
border-color: #98FE32;
}
.TagClassName
{
border-color: #98FE32;
}
</style>