Shades of Spring Bud #98F30D
Tints of Spring Bud #98F30D
RGB
CMYK
RGB Variations
Color information
#98F30D (or 0x98F30D) is known color: Spring Bud. HEX triplet: 98, F3 and 0D. RGB value is (152,243,13). Sum of RGB (Red+Green+Blue) = 152+243+13=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 243 (95.31% from 255 or 59.56% from 408); Blue value is 13 (5.47% from 255 or 3.19% from 408); Max value from RGB is 243 - color contains mainly: green. Hex color #98F30D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F30D is #670CF2. Grayscale: #BEBEBE. Windows color (decimal): -6753523 or 914328. OLE color: 914328.
HSL color Cylindrical-coordinate representation of color #98F30D: hue angle of 83.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98F30D is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 13 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.05 |
| HSL | 83.74º | 0.91% | 0.5% | - |
| HSV(B) | 83.74º | 0.95% | 0.95% | - |
| XYZ | 45.07 | 70.81 | 11.67 | - |
| YUV | 189.57 | 28.35 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 13 | 0.37 | 0 | 0.95 | 0.05 | 83.74 | 0.91 | 0.5 |
| Hex | 98 | F3 | D | 25 | 0 | 5F | 5 | 54 | 5B | 32 |
| Octal | 230 | 363 | 15 | 45 | 0 | 137 | 5 | 124 | 133 | 62 |
| Binary | 10011000 | 11110011 | 1101 | 100101 | 0 | 1011111 | 101 | 1010100 | 1011011 | 110010 |
Color Harmonies of #98F30D
Complementary color
Monochromatic Colors of #98F30D
Black with #98F30D
Text Example
Text Example
White with #98F30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F30D; }
p { color: rgb(152,243,13); }
H1.HeaderClassName
{
color: #98F30D;
}
.AnyTagClassName
{
color: #98F30D;
}
</style>
background-color css
<style>
a { background-color: #98F30D; }
a { background-color: rgb(152,243,13); }
div.DivClassName
{
background-color: #98F30D;
}
.BgClassName
{
background-color: #98F30D;
}
</style>
border-color css
<style>
span { border-color: #98F30D; }
span { border-color: rgb(152,243,13); }
td.TdClassName
{
border-color: #98F30D;
}
.TagClassName
{
border-color: #98F30D;
}
</style>