Shades of Spring Bud #98FF17
Tints of Spring Bud #98FF17
RGB
CMYK
RGB Variations
Color information
#98FF17 (or 0x98FF17) is known color: Spring Bud. HEX triplet: 98, FF and 17. RGB value is (152,255,23). Sum of RGB (Red+Green+Blue) = 152+255+23=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 255 (100% from 255 or 59.30% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF17 is #6700E8. Grayscale: #C6C6C6. Windows color (decimal): -6750441 or 1572760. OLE color: 1572760.
HSL color Cylindrical-coordinate representation of color #98FF17: hue angle of 86.64º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98FF17 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 23 | - |
| CMYK | 0.40 | 0 | 0.91 | 0 |
| HSL | 86.64º | 1% | 0.55% | - |
| HSV(B) | 86.64º | 0.91% | 1% | - |
| XYZ | 48.86 | 78.26 | 13.34 | - |
| YUV | 197.76 | 29.38 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 23 | 0.40 | 0 | 0.91 | 0 | 86.64 | 1 | 0.55 |
| Hex | 98 | FF | 17 | 28 | 0 | 5B | 0 | 57 | 64 | 37 |
| Octal | 230 | 377 | 27 | 50 | 0 | 133 | 0 | 127 | 144 | 67 |
| Binary | 10011000 | 11111111 | 10111 | 101000 | 0 | 1011011 | 0 | 1010111 | 1100100 | 110111 |
Color Harmonies of #98FF17
Complementary color
Monochromatic Colors of #98FF17
Black with #98FF17
Text Example
Text Example
White with #98FF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF17; }
p { color: rgb(152,255,23); }
H1.HeaderClassName
{
color: #98FF17;
}
.AnyTagClassName
{
color: #98FF17;
}
</style>
background-color css
<style>
a { background-color: #98FF17; }
a { background-color: rgb(152,255,23); }
div.DivClassName
{
background-color: #98FF17;
}
.BgClassName
{
background-color: #98FF17;
}
</style>
border-color css
<style>
span { border-color: #98FF17; }
span { border-color: rgb(152,255,23); }
td.TdClassName
{
border-color: #98FF17;
}
.TagClassName
{
border-color: #98FF17;
}
</style>