Shades of Spring Bud #98EC0D
Tints of Spring Bud #98EC0D
RGB
CMYK
RGB Variations
Color information
#98EC0D (or 0x98EC0D) is known color: Spring Bud. HEX triplet: 98, EC and 0D. RGB value is (152,236,13). Sum of RGB (Red+Green+Blue) = 152+236+13=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 13 (5.47% from 255 or 3.24% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EC0D is #6713F2. Grayscale: #BABABA. Windows color (decimal): -6755315 or 912536. OLE color: 912536.
HSL color Cylindrical-coordinate representation of color #98EC0D: hue angle of 82.6º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98EC0D is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 13 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.07 |
| HSL | 82.6º | 0.9% | 0.49% | - |
| HSV(B) | 82.6º | 0.94% | 0.93% | - |
| XYZ | 43.02 | 66.7 | 10.99 | - |
| YUV | 185.46 | 30.67 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 13 | 0.36 | 0 | 0.94 | 0.07 | 82.6 | 0.9 | 0.49 |
| Hex | 98 | EC | D | 24 | 0 | 5E | 7 | 53 | 5A | 31 |
| Octal | 230 | 354 | 15 | 44 | 0 | 136 | 7 | 123 | 132 | 61 |
| Binary | 10011000 | 11101100 | 1101 | 100100 | 0 | 1011110 | 111 | 1010011 | 1011010 | 110001 |
Color Harmonies of #98EC0D
Complementary color
Monochromatic Colors of #98EC0D
Black with #98EC0D
Text Example
Text Example
White with #98EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC0D; }
p { color: rgb(152,236,13); }
H1.HeaderClassName
{
color: #98EC0D;
}
.AnyTagClassName
{
color: #98EC0D;
}
</style>
background-color css
<style>
a { background-color: #98EC0D; }
a { background-color: rgb(152,236,13); }
div.DivClassName
{
background-color: #98EC0D;
}
.BgClassName
{
background-color: #98EC0D;
}
</style>
border-color css
<style>
span { border-color: #98EC0D; }
span { border-color: rgb(152,236,13); }
td.TdClassName
{
border-color: #98EC0D;
}
.TagClassName
{
border-color: #98EC0D;
}
</style>