Shades of Green Yellow #98EC2D
Tints of Green Yellow #98EC2D
RGB
CMYK
RGB Variations
Color information
#98EC2D (or 0x98EC2D) is known color: Green Yellow. HEX triplet: 98, EC and 2D. RGB value is (152,236,45). Sum of RGB (Red+Green+Blue) = 152+236+45=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EC2D is #6713D2. Grayscale: #BDBDBD. Windows color (decimal): -6755283 or 3009688. OLE color: 3009688.
HSL color Cylindrical-coordinate representation of color #98EC2D: hue angle of 86.39º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #98EC2D is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 45 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.07 |
| HSL | 86.39º | 0.83% | 0.55% | - |
| HSV(B) | 86.39º | 0.81% | 0.93% | - |
| XYZ | 43.42 | 66.86 | 13.1 | - |
| YUV | 189.11 | 46.67 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 45 | 0.36 | 0 | 0.81 | 0.07 | 86.39 | 0.83 | 0.55 |
| Hex | 98 | EC | 2D | 24 | 0 | 51 | 7 | 56 | 53 | 37 |
| Octal | 230 | 354 | 55 | 44 | 0 | 121 | 7 | 126 | 123 | 67 |
| Binary | 10011000 | 11101100 | 101101 | 100100 | 0 | 1010001 | 111 | 1010110 | 1010011 | 110111 |
Color Harmonies of #98EC2D
Complementary color
Monochromatic Colors of #98EC2D
Black with #98EC2D
Text Example
Text Example
White with #98EC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC2D; }
p { color: rgb(152,236,45); }
H1.HeaderClassName
{
color: #98EC2D;
}
.AnyTagClassName
{
color: #98EC2D;
}
</style>
background-color css
<style>
a { background-color: #98EC2D; }
a { background-color: rgb(152,236,45); }
div.DivClassName
{
background-color: #98EC2D;
}
.BgClassName
{
background-color: #98EC2D;
}
</style>
border-color css
<style>
span { border-color: #98EC2D; }
span { border-color: rgb(152,236,45); }
td.TdClassName
{
border-color: #98EC2D;
}
.TagClassName
{
border-color: #98EC2D;
}
</style>