Shades of Spring Bud #98EC11
Tints of Spring Bud #98EC11
RGB
CMYK
RGB Variations
Color information
#98EC11 (or 0x98EC11) is known color: Spring Bud. HEX triplet: 98, EC and 11. RGB value is (152,236,17). Sum of RGB (Red+Green+Blue) = 152+236+17=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 236 (92.58% from 255 or 58.27% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 236 - color contains mainly: green. Hex color #98EC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EC11 is #6713EE. Grayscale: #BABABA. Windows color (decimal): -6755311 or 1174680. OLE color: 1174680.
HSL color Cylindrical-coordinate representation of color #98EC11: hue angle of 83.01º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98EC11 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 236 | 17 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.07 |
| HSL | 83.01º | 0.87% | 0.5% | - |
| HSV(B) | 83.01º | 0.93% | 0.93% | - |
| XYZ | 43.05 | 66.71 | 11.14 | - |
| YUV | 185.92 | 32.67 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 236 | 17 | 0.36 | 0 | 0.93 | 0.07 | 83.01 | 0.87 | 0.5 |
| Hex | 98 | EC | 11 | 24 | 0 | 5D | 7 | 53 | 57 | 32 |
| Octal | 230 | 354 | 21 | 44 | 0 | 135 | 7 | 123 | 127 | 62 |
| Binary | 10011000 | 11101100 | 10001 | 100100 | 0 | 1011101 | 111 | 1010011 | 1010111 | 110010 |
Color Harmonies of #98EC11
Complementary color
Monochromatic Colors of #98EC11
Black with #98EC11
Text Example
Text Example
White with #98EC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EC11; }
p { color: rgb(152,236,17); }
H1.HeaderClassName
{
color: #98EC11;
}
.AnyTagClassName
{
color: #98EC11;
}
</style>
background-color css
<style>
a { background-color: #98EC11; }
a { background-color: rgb(152,236,17); }
div.DivClassName
{
background-color: #98EC11;
}
.BgClassName
{
background-color: #98EC11;
}
</style>
border-color css
<style>
span { border-color: #98EC11; }
span { border-color: rgb(152,236,17); }
td.TdClassName
{
border-color: #98EC11;
}
.TagClassName
{
border-color: #98EC11;
}
</style>