Shades of Spring Bud #98FF10
Tints of Spring Bud #98FF10
RGB
CMYK
RGB Variations
Color information
#98FF10 (or 0x98FF10) is known color: Spring Bud. HEX triplet: 98, FF and 10. RGB value is (152,255,16). Sum of RGB (Red+Green+Blue) = 152+255+16=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF10 is #6700EF. Grayscale: #C5C5C5. Windows color (decimal): -6750448 or 1114008. OLE color: 1114008.
HSL color Cylindrical-coordinate representation of color #98FF10: hue angle of 85.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98FF10 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 16 | - |
| CMYK | 0.40 | 0 | 0.94 | 0 |
| HSL | 85.86º | 1% | 0.53% | - |
| HSV(B) | 85.86º | 0.94% | 1% | - |
| XYZ | 48.8 | 78.23 | 13.02 | - |
| YUV | 196.96 | 25.88 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 16 | 0.40 | 0 | 0.94 | 0 | 85.86 | 1 | 0.53 |
| Hex | 98 | FF | 10 | 28 | 0 | 5E | 0 | 56 | 64 | 35 |
| Octal | 230 | 377 | 20 | 50 | 0 | 136 | 0 | 126 | 144 | 65 |
| Binary | 10011000 | 11111111 | 10000 | 101000 | 0 | 1011110 | 0 | 1010110 | 1100100 | 110101 |
Color Harmonies of #98FF10
Complementary color
Monochromatic Colors of #98FF10
Black with #98FF10
Text Example
Text Example
White with #98FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF10; }
p { color: rgb(152,255,16); }
H1.HeaderClassName
{
color: #98FF10;
}
.AnyTagClassName
{
color: #98FF10;
}
</style>
background-color css
<style>
a { background-color: #98FF10; }
a { background-color: rgb(152,255,16); }
div.DivClassName
{
background-color: #98FF10;
}
.BgClassName
{
background-color: #98FF10;
}
</style>
border-color css
<style>
span { border-color: #98FF10; }
span { border-color: rgb(152,255,16); }
td.TdClassName
{
border-color: #98FF10;
}
.TagClassName
{
border-color: #98FF10;
}
</style>