Shades of Spring Bud #98FF09
Tints of Spring Bud #98FF09
RGB
CMYK
RGB Variations
Color information
#98FF09 (or 0x98FF09) is known color: Spring Bud. HEX triplet: 98, FF and 09. RGB value is (152,255,9). Sum of RGB (Red+Green+Blue) = 152+255+9=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 255 (100% from 255 or 61.30% from 416); Blue value is 9 (3.91% from 255 or 2.16% from 416); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF09 is #6700F6. Grayscale: #C5C5C5. Windows color (decimal): -6750455 or 655256. OLE color: 655256.
HSL color Cylindrical-coordinate representation of color #98FF09: hue angle of 85.12º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98FF09 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 9 | - |
| CMYK | 0.40 | 0 | 0.96 | 0 |
| HSL | 85.12º | 1% | 0.52% | - |
| HSV(B) | 85.12º | 0.96% | 1% | - |
| XYZ | 48.76 | 78.22 | 12.79 | - |
| YUV | 196.16 | 22.38 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 9 | 0.40 | 0 | 0.96 | 0 | 85.12 | 1 | 0.52 |
| Hex | 98 | FF | 9 | 28 | 0 | 60 | 0 | 55 | 64 | 34 |
| Octal | 230 | 377 | 11 | 50 | 0 | 140 | 0 | 125 | 144 | 64 |
| Binary | 10011000 | 11111111 | 1001 | 101000 | 0 | 1100000 | 0 | 1010101 | 1100100 | 110100 |
Color Harmonies of #98FF09
Complementary color
Monochromatic Colors of #98FF09
Black with #98FF09
Text Example
Text Example
White with #98FF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF09; }
p { color: rgb(152,255,9); }
H1.HeaderClassName
{
color: #98FF09;
}
.AnyTagClassName
{
color: #98FF09;
}
</style>
background-color css
<style>
a { background-color: #98FF09; }
a { background-color: rgb(152,255,9); }
div.DivClassName
{
background-color: #98FF09;
}
.BgClassName
{
background-color: #98FF09;
}
</style>
border-color css
<style>
span { border-color: #98FF09; }
span { border-color: rgb(152,255,9); }
td.TdClassName
{
border-color: #98FF09;
}
.TagClassName
{
border-color: #98FF09;
}
</style>