Shades of Green Yellow #98FF3F
Tints of Green Yellow #98FF3F
RGB
CMYK
RGB Variations
Color information
#98FF3F (or 0x98FF3F) is known color: Green Yellow. HEX triplet: 98, FF and 3F. RGB value is (152,255,63). Sum of RGB (Red+Green+Blue) = 152+255+63=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 63 (25% from 255 or 13.40% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF3F is #6700C0. Grayscale: #CACACA. Windows color (decimal): -6750401 or 4194200. OLE color: 4194200.
HSL color Cylindrical-coordinate representation of color #98FF3F: hue angle of 92.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98FF3F is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 63 | - |
| CMYK | 0.40 | 0 | 0.75 | 0 |
| HSL | 92.19º | 1% | 0.62% | - |
| HSV(B) | 92.19º | 0.75% | 1% | - |
| XYZ | 49.61 | 78.55 | 17.25 | - |
| YUV | 202.32 | 49.38 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 63 | 0.40 | 0 | 0.75 | 0 | 92.19 | 1 | 0.62 |
| Hex | 98 | FF | 3F | 28 | 0 | 4B | 0 | 5C | 64 | 3E |
| Octal | 230 | 377 | 77 | 50 | 0 | 113 | 0 | 134 | 144 | 76 |
| Binary | 10011000 | 11111111 | 111111 | 101000 | 0 | 1001011 | 0 | 1011100 | 1100100 | 111110 |
Color Harmonies of #98FF3F
Complementary color
Monochromatic Colors of #98FF3F
Black with #98FF3F
Text Example
Text Example
White with #98FF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF3F; }
p { color: rgb(152,255,63); }
H1.HeaderClassName
{
color: #98FF3F;
}
.AnyTagClassName
{
color: #98FF3F;
}
</style>
background-color css
<style>
a { background-color: #98FF3F; }
a { background-color: rgb(152,255,63); }
div.DivClassName
{
background-color: #98FF3F;
}
.BgClassName
{
background-color: #98FF3F;
}
</style>
border-color css
<style>
span { border-color: #98FF3F; }
span { border-color: rgb(152,255,63); }
td.TdClassName
{
border-color: #98FF3F;
}
.TagClassName
{
border-color: #98FF3F;
}
</style>