Shades of Spring Bud #98FF16
Tints of Spring Bud #98FF16
RGB
CMYK
RGB Variations
Color information
#98FF16 (or 0x98FF16) is known color: Spring Bud. HEX triplet: 98, FF and 16. RGB value is (152,255,22). Sum of RGB (Red+Green+Blue) = 152+255+22=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF16 is #6700E9. Grayscale: #C6C6C6. Windows color (decimal): -6750442 or 1507224. OLE color: 1507224.
HSL color Cylindrical-coordinate representation of color #98FF16: hue angle of 86.52º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98FF16 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 22 | - |
| CMYK | 0.40 | 0 | 0.91 | 0 |
| HSL | 86.52º | 1% | 0.54% | - |
| HSV(B) | 86.52º | 0.91% | 1% | - |
| XYZ | 48.85 | 78.25 | 13.29 | - |
| YUV | 197.64 | 28.88 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 22 | 0.40 | 0 | 0.91 | 0 | 86.52 | 1 | 0.54 |
| Hex | 98 | FF | 16 | 28 | 0 | 5B | 0 | 57 | 64 | 36 |
| Octal | 230 | 377 | 26 | 50 | 0 | 133 | 0 | 127 | 144 | 66 |
| Binary | 10011000 | 11111111 | 10110 | 101000 | 0 | 1011011 | 0 | 1010111 | 1100100 | 110110 |
Color Harmonies of #98FF16
Complementary color
Monochromatic Colors of #98FF16
Black with #98FF16
Text Example
Text Example
White with #98FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF16; }
p { color: rgb(152,255,22); }
H1.HeaderClassName
{
color: #98FF16;
}
.AnyTagClassName
{
color: #98FF16;
}
</style>
background-color css
<style>
a { background-color: #98FF16; }
a { background-color: rgb(152,255,22); }
div.DivClassName
{
background-color: #98FF16;
}
.BgClassName
{
background-color: #98FF16;
}
</style>
border-color css
<style>
span { border-color: #98FF16; }
span { border-color: rgb(152,255,22); }
td.TdClassName
{
border-color: #98FF16;
}
.TagClassName
{
border-color: #98FF16;
}
</style>