Shades of Spring Bud #98E200
Tints of Spring Bud #98E200
RGB
CMYK
RGB Variations
Color information
#98E200 (or 0x98E200) is known color: Spring Bud. HEX triplet: 98, E2 and 00. RGB value is (152,226,0). Sum of RGB (Red+Green+Blue) = 152+226+0=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 226 (88.67% from 255 or 59.79% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 226 - color contains mainly: green. Hex color #98E200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E200 is #671DFF. Grayscale: #B2B2B2. Windows color (decimal): -6757888 or 58008. OLE color: 58008.
HSL color Cylindrical-coordinate representation of color #98E200: hue angle of 79.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98E200 is Cyan = 0.33, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 226 | 0 | - |
| CMYK | 0.33 | 0 | 1 | 0.11 |
| HSL | 79.65º | 1% | 0.44% | - |
| HSV(B) | 79.65º | 1% | 0.89% | - |
| XYZ | 40.15 | 61.07 | 9.67 | - |
| YUV | 178.11 | 27.48 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 226 | 0 | 0.33 | 0 | 1 | 0.11 | 79.65 | 1 | 0.44 |
| Hex | 98 | E2 | 0 | 21 | 0 | 64 | B | 50 | 64 | 2C |
| Octal | 230 | 342 | 0 | 41 | 0 | 144 | 13 | 120 | 144 | 54 |
| Binary | 10011000 | 11100010 | 0 | 100001 | 0 | 1100100 | 1011 | 1010000 | 1100100 | 101100 |
Color Harmonies of #98E200
Complementary color
Monochromatic Colors of #98E200
Black with #98E200
Text Example
Text Example
White with #98E200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E200; }
p { color: rgb(152,226,0); }
H1.HeaderClassName
{
color: #98E200;
}
.AnyTagClassName
{
color: #98E200;
}
</style>
background-color css
<style>
a { background-color: #98E200; }
a { background-color: rgb(152,226,0); }
div.DivClassName
{
background-color: #98E200;
}
.BgClassName
{
background-color: #98E200;
}
</style>
border-color css
<style>
span { border-color: #98E200; }
span { border-color: rgb(152,226,0); }
td.TdClassName
{
border-color: #98E200;
}
.TagClassName
{
border-color: #98E200;
}
</style>