Shades of Green Yellow #98FC2D
Tints of Green Yellow #98FC2D
RGB
CMYK
RGB Variations
Color information
#98FC2D (or 0x98FC2D) is known color: Green Yellow. HEX triplet: 98, FC and 2D. RGB value is (152,252,45). Sum of RGB (Red+Green+Blue) = 152+252+45=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #98FC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98FC2D is #6703D2. Grayscale: #C7C7C7. Windows color (decimal): -6751187 or 3013784. OLE color: 3013784.
HSL color Cylindrical-coordinate representation of color #98FC2D: hue angle of 88.99º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98FC2D is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 45 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.01 |
| HSL | 88.99º | 0.97% | 0.58% | - |
| HSV(B) | 88.99º | 0.82% | 0.99% | - |
| XYZ | 48.23 | 76.49 | 14.7 | - |
| YUV | 198.5 | 41.37 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 45 | 0.40 | 0 | 0.82 | 0.01 | 88.99 | 0.97 | 0.58 |
| Hex | 98 | FC | 2D | 28 | 0 | 52 | 1 | 59 | 61 | 3A |
| Octal | 230 | 374 | 55 | 50 | 0 | 122 | 1 | 131 | 141 | 72 |
| Binary | 10011000 | 11111100 | 101101 | 101000 | 0 | 1010010 | 1 | 1011001 | 1100001 | 111010 |
Color Harmonies of #98FC2D
Complementary color
Monochromatic Colors of #98FC2D
Black with #98FC2D
Text Example
Text Example
White with #98FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FC2D; }
p { color: rgb(152,252,45); }
H1.HeaderClassName
{
color: #98FC2D;
}
.AnyTagClassName
{
color: #98FC2D;
}
</style>
background-color css
<style>
a { background-color: #98FC2D; }
a { background-color: rgb(152,252,45); }
div.DivClassName
{
background-color: #98FC2D;
}
.BgClassName
{
background-color: #98FC2D;
}
</style>
border-color css
<style>
span { border-color: #98FC2D; }
span { border-color: rgb(152,252,45); }
td.TdClassName
{
border-color: #98FC2D;
}
.TagClassName
{
border-color: #98FC2D;
}
</style>