Shades of Spring Bud #98E405
Tints of Spring Bud #98E405
RGB
CMYK
RGB Variations
Color information
#98E405 (or 0x98E405) is known color: Spring Bud. HEX triplet: 98, E4 and 05. RGB value is (152,228,5). Sum of RGB (Red+Green+Blue) = 152+228+5=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 228 (89.45% from 255 or 59.22% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 228 - color contains mainly: green. Hex color #98E405 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E405 is #671BFA. Grayscale: #B4B4B4. Windows color (decimal): -6757371 or 386200. OLE color: 386200.
HSL color Cylindrical-coordinate representation of color #98E405: hue angle of 80.45º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98E405 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 5 | - |
| CMYK | 0.33 | 0 | 0.98 | 0.11 |
| HSL | 80.45º | 0.96% | 0.46% | - |
| HSV(B) | 80.45º | 0.98% | 0.89% | - |
| XYZ | 40.72 | 62.17 | 10 | - |
| YUV | 179.85 | 29.32 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 5 | 0.33 | 0 | 0.98 | 0.11 | 80.45 | 0.96 | 0.46 |
| Hex | 98 | E4 | 5 | 21 | 0 | 62 | B | 50 | 60 | 2E |
| Octal | 230 | 344 | 5 | 41 | 0 | 142 | 13 | 120 | 140 | 56 |
| Binary | 10011000 | 11100100 | 101 | 100001 | 0 | 1100010 | 1011 | 1010000 | 1100000 | 101110 |
Color Harmonies of #98E405
Complementary color
Monochromatic Colors of #98E405
Black with #98E405
Text Example
Text Example
White with #98E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E405; }
p { color: rgb(152,228,5); }
H1.HeaderClassName
{
color: #98E405;
}
.AnyTagClassName
{
color: #98E405;
}
</style>
background-color css
<style>
a { background-color: #98E405; }
a { background-color: rgb(152,228,5); }
div.DivClassName
{
background-color: #98E405;
}
.BgClassName
{
background-color: #98E405;
}
</style>
border-color css
<style>
span { border-color: #98E405; }
span { border-color: rgb(152,228,5); }
td.TdClassName
{
border-color: #98E405;
}
.TagClassName
{
border-color: #98E405;
}
</style>