Shades of Green Yellow #98EA2D
Tints of Green Yellow #98EA2D
RGB
CMYK
RGB Variations
Color information
#98EA2D (or 0x98EA2D) is known color: Green Yellow. HEX triplet: 98, EA and 2D. RGB value is (152,234,45). Sum of RGB (Red+Green+Blue) = 152+234+45=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 234 (91.80% from 255 or 54.29% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EA2D is #6715D2. Grayscale: #BCBCBC. Windows color (decimal): -6755795 or 3009176. OLE color: 3009176.
HSL color Cylindrical-coordinate representation of color #98EA2D: hue angle of 86.03º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98EA2D is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 234 | 45 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.08 |
| HSL | 86.03º | 0.82% | 0.55% | - |
| HSV(B) | 86.03º | 0.81% | 0.92% | - |
| XYZ | 42.85 | 65.71 | 12.91 | - |
| YUV | 187.94 | 47.33 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 234 | 45 | 0.35 | 0 | 0.81 | 0.08 | 86.03 | 0.82 | 0.55 |
| Hex | 98 | EA | 2D | 23 | 0 | 51 | 8 | 56 | 52 | 37 |
| Octal | 230 | 352 | 55 | 43 | 0 | 121 | 10 | 126 | 122 | 67 |
| Binary | 10011000 | 11101010 | 101101 | 100011 | 0 | 1010001 | 1000 | 1010110 | 1010010 | 110111 |
Color Harmonies of #98EA2D
Complementary color
Monochromatic Colors of #98EA2D
Black with #98EA2D
Text Example
Text Example
White with #98EA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EA2D; }
p { color: rgb(152,234,45); }
H1.HeaderClassName
{
color: #98EA2D;
}
.AnyTagClassName
{
color: #98EA2D;
}
</style>
background-color css
<style>
a { background-color: #98EA2D; }
a { background-color: rgb(152,234,45); }
div.DivClassName
{
background-color: #98EA2D;
}
.BgClassName
{
background-color: #98EA2D;
}
</style>
border-color css
<style>
span { border-color: #98EA2D; }
span { border-color: rgb(152,234,45); }
td.TdClassName
{
border-color: #98EA2D;
}
.TagClassName
{
border-color: #98EA2D;
}
</style>