Shades of Green Yellow #98EC32
Tints of Green Yellow #98EC32
RGB
CMYK
RGB Variations
Color information
#98EC32 (or 0x98EC32) is known color: Green Yellow. HEX triplet: 98, EC and 32. RGB value is (152,236,50). Sum of RGB (Red+Green+Blue) = 152+236+50=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 50 (19.92% from 255 or 11.42% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98EC32 is #6713CD. Grayscale: #BEBEBE. Windows color (decimal): -6755278 or 3337368. OLE color: 3337368.
HSL color Cylindrical-coordinate representation of color #98EC32: hue angle of 87.1º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #98EC32 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 50 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.07 |
| HSL | 87.1º | 0.83% | 0.56% | - |
| HSV(B) | 87.1º | 0.79% | 0.93% | - |
| XYZ | 43.52 | 66.9 | 13.64 | - |
| YUV | 189.68 | 49.17 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 50 | 0.36 | 0 | 0.79 | 0.07 | 87.1 | 0.83 | 0.56 |
| Hex | 98 | EC | 32 | 24 | 0 | 4F | 7 | 57 | 53 | 38 |
| Octal | 230 | 354 | 62 | 44 | 0 | 117 | 7 | 127 | 123 | 70 |
| Binary | 10011000 | 11101100 | 110010 | 100100 | 0 | 1001111 | 111 | 1010111 | 1010011 | 111000 |
Color Harmonies of #98EC32
Complementary color
Monochromatic Colors of #98EC32
Black with #98EC32
Text Example
Text Example
White with #98EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC32; }
p { color: rgb(152,236,50); }
H1.HeaderClassName
{
color: #98EC32;
}
.AnyTagClassName
{
color: #98EC32;
}
</style>
background-color css
<style>
a { background-color: #98EC32; }
a { background-color: rgb(152,236,50); }
div.DivClassName
{
background-color: #98EC32;
}
.BgClassName
{
background-color: #98EC32;
}
</style>
border-color css
<style>
span { border-color: #98EC32; }
span { border-color: rgb(152,236,50); }
td.TdClassName
{
border-color: #98EC32;
}
.TagClassName
{
border-color: #98EC32;
}
</style>