Shades of Spring Bud #98FF0D
Tints of Spring Bud #98FF0D
RGB
CMYK
RGB Variations
Color information
#98FF0D (or 0x98FF0D) is known color: Spring Bud. HEX triplet: 98, FF and 0D. RGB value is (152,255,13). Sum of RGB (Red+Green+Blue) = 152+255+13=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 255 (100% from 255 or 60.71% from 420); Blue value is 13 (5.47% from 255 or 3.10% from 420); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF0D is #6700F2. Grayscale: #C5C5C5. Windows color (decimal): -6750451 or 917400. OLE color: 917400.
HSL color Cylindrical-coordinate representation of color #98FF0D: hue angle of 85.54º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98FF0D is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 13 | - |
| CMYK | 0.40 | 0 | 0.95 | 0 |
| HSL | 85.54º | 1% | 0.53% | - |
| HSV(B) | 85.54º | 0.95% | 1% | - |
| XYZ | 48.78 | 78.22 | 12.91 | - |
| YUV | 196.62 | 24.38 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 13 | 0.40 | 0 | 0.95 | 0 | 85.54 | 1 | 0.53 |
| Hex | 98 | FF | D | 28 | 0 | 5F | 0 | 56 | 64 | 35 |
| Octal | 230 | 377 | 15 | 50 | 0 | 137 | 0 | 126 | 144 | 65 |
| Binary | 10011000 | 11111111 | 1101 | 101000 | 0 | 1011111 | 0 | 1010110 | 1100100 | 110101 |
Color Harmonies of #98FF0D
Complementary color
Monochromatic Colors of #98FF0D
Black with #98FF0D
Text Example
Text Example
White with #98FF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF0D; }
p { color: rgb(152,255,13); }
H1.HeaderClassName
{
color: #98FF0D;
}
.AnyTagClassName
{
color: #98FF0D;
}
</style>
background-color css
<style>
a { background-color: #98FF0D; }
a { background-color: rgb(152,255,13); }
div.DivClassName
{
background-color: #98FF0D;
}
.BgClassName
{
background-color: #98FF0D;
}
</style>
border-color css
<style>
span { border-color: #98FF0D; }
span { border-color: rgb(152,255,13); }
td.TdClassName
{
border-color: #98FF0D;
}
.TagClassName
{
border-color: #98FF0D;
}
</style>