Shades of Green Yellow #98EB2D
Tints of Green Yellow #98EB2D
RGB
CMYK
RGB Variations
Color information
#98EB2D (or 0x98EB2D) is known color: Green Yellow. HEX triplet: 98, EB and 2D. RGB value is (152,235,45). Sum of RGB (Red+Green+Blue) = 152+235+45=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #98EB2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EB2D is #6714D2. Grayscale: #BDBDBD. Windows color (decimal): -6755539 or 3009432. OLE color: 3009432.
HSL color Cylindrical-coordinate representation of color #98EB2D: hue angle of 86.21º degrees, saturation: 0.83, 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 #98EB2D is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 152 | 235 | 45 | - |
| CMYK | 0.35 | 0 | 0.81 | 0.08 |
| HSL | 86.21º | 0.83% | 0.55% | - |
| HSV(B) | 86.21º | 0.81% | 0.92% | - |
| XYZ | 43.13 | 66.28 | 13 | - |
| YUV | 188.52 | 47 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 235 | 45 | 0.35 | 0 | 0.81 | 0.08 | 86.21 | 0.83 | 0.55 |
| Hex | 98 | EB | 2D | 23 | 0 | 51 | 8 | 56 | 53 | 37 |
| Octal | 230 | 353 | 55 | 43 | 0 | 121 | 10 | 126 | 123 | 67 |
| Binary | 10011000 | 11101011 | 101101 | 100011 | 0 | 1010001 | 1000 | 1010110 | 1010011 | 110111 |
Color Harmonies of #98EB2D
Complementary color
Monochromatic Colors of #98EB2D
Black with #98EB2D
Text Example
Text Example
White with #98EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EB2D; }
p { color: rgb(152,235,45); }
H1.HeaderClassName
{
color: #98EB2D;
}
.AnyTagClassName
{
color: #98EB2D;
}
</style>
background-color css
<style>
a { background-color: #98EB2D; }
a { background-color: rgb(152,235,45); }
div.DivClassName
{
background-color: #98EB2D;
}
.BgClassName
{
background-color: #98EB2D;
}
</style>
border-color css
<style>
span { border-color: #98EB2D; }
span { border-color: rgb(152,235,45); }
td.TdClassName
{
border-color: #98EB2D;
}
.TagClassName
{
border-color: #98EB2D;
}
</style>