Shades of Green Yellow #98FF4A
Tints of Green Yellow #98FF4A
RGB
CMYK
RGB Variations
Color information
#98FF4A (or 0x98FF4A) is known color: Green Yellow. HEX triplet: 98, FF and 4A. RGB value is (152,255,74). Sum of RGB (Red+Green+Blue) = 152+255+74=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 74 (29.30% from 255 or 15.38% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FF4A is #6700B5. Grayscale: #CCCCCC. Windows color (decimal): -6750390 or 4915096. OLE color: 4915096.
HSL color Cylindrical-coordinate representation of color #98FF4A: hue angle of 94.14º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98FF4A is Cyan = 0.40, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 74 | - |
| CMYK | 0.40 | 0 | 0.71 | 0 |
| HSL | 94.14º | 1% | 0.65% | - |
| HSV(B) | 94.14º | 0.71% | 1% | - |
| XYZ | 49.94 | 78.69 | 19.03 | - |
| YUV | 203.57 | 54.88 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 74 | 0.40 | 0 | 0.71 | 0 | 94.14 | 1 | 0.65 |
| Hex | 98 | FF | 4A | 28 | 0 | 47 | 0 | 5E | 64 | 41 |
| Octal | 230 | 377 | 112 | 50 | 0 | 107 | 0 | 136 | 144 | 101 |
| Binary | 10011000 | 11111111 | 1001010 | 101000 | 0 | 1000111 | 0 | 1011110 | 1100100 | 1000001 |
Color Harmonies of #98FF4A
Complementary color
Monochromatic Colors of #98FF4A
Black with #98FF4A
Text Example
Text Example
White with #98FF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF4A; }
p { color: rgb(152,255,74); }
H1.HeaderClassName
{
color: #98FF4A;
}
.AnyTagClassName
{
color: #98FF4A;
}
</style>
background-color css
<style>
a { background-color: #98FF4A; }
a { background-color: rgb(152,255,74); }
div.DivClassName
{
background-color: #98FF4A;
}
.BgClassName
{
background-color: #98FF4A;
}
</style>
border-color css
<style>
span { border-color: #98FF4A; }
span { border-color: rgb(152,255,74); }
td.TdClassName
{
border-color: #98FF4A;
}
.TagClassName
{
border-color: #98FF4A;
}
</style>