Shades of Spring Bud #98E100
Tints of Spring Bud #98E100
RGB
CMYK
RGB Variations
Color information
#98E100 (or 0x98E100) is known color: Spring Bud. HEX triplet: 98, E1 and 00. RGB value is (152,225,0). Sum of RGB (Red+Green+Blue) = 152+225+0=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #98E100 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98E100 is #671EFF. Grayscale: #B2B2B2. Windows color (decimal): -6758144 or 57752. OLE color: 57752.
HSL color Cylindrical-coordinate representation of color #98E100: hue angle of 79.47º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98E100 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 152 | 225 | 0 | - |
| CMYK | 0.32 | 0 | 1 | 0.12 |
| HSL | 79.47º | 1% | 0.44% | - |
| HSV(B) | 79.47º | 1% | 0.88% | - |
| XYZ | 39.87 | 60.53 | 9.58 | - |
| YUV | 177.52 | 27.82 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 225 | 0 | 0.32 | 0 | 1 | 0.12 | 79.47 | 1 | 0.44 |
| Hex | 98 | E1 | 0 | 20 | 0 | 64 | C | 4F | 64 | 2C |
| Octal | 230 | 341 | 0 | 40 | 0 | 144 | 14 | 117 | 144 | 54 |
| Binary | 10011000 | 11100001 | 0 | 100000 | 0 | 1100100 | 1100 | 1001111 | 1100100 | 101100 |
Color Harmonies of #98E100
Complementary color
Monochromatic Colors of #98E100
Black with #98E100
Text Example
Text Example
White with #98E100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E100; }
p { color: rgb(152,225,0); }
H1.HeaderClassName
{
color: #98E100;
}
.AnyTagClassName
{
color: #98E100;
}
</style>
background-color css
<style>
a { background-color: #98E100; }
a { background-color: rgb(152,225,0); }
div.DivClassName
{
background-color: #98E100;
}
.BgClassName
{
background-color: #98E100;
}
</style>
border-color css
<style>
span { border-color: #98E100; }
span { border-color: rgb(152,225,0); }
td.TdClassName
{
border-color: #98E100;
}
.TagClassName
{
border-color: #98E100;
}
</style>