Shades of Spring Bud #98F30F
Tints of Spring Bud #98F30F
RGB
CMYK
RGB Variations
Color information
#98F30F (or 0x98F30F) is known color: Spring Bud. HEX triplet: 98, F3 and 0F. RGB value is (152,243,15). Sum of RGB (Red+Green+Blue) = 152+243+15=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 243 (95.31% from 255 or 59.27% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 243 - color contains mainly: green. Hex color #98F30F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F30F is #670CF0. Grayscale: #BEBEBE. Windows color (decimal): -6753521 or 1045400. OLE color: 1045400.
HSL color Cylindrical-coordinate representation of color #98F30F: hue angle of 83.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98F30F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 243 | 15 | - |
| CMYK | 0.37 | 0 | 0.94 | 0.05 |
| HSL | 83.95º | 0.9% | 0.51% | - |
| HSV(B) | 83.95º | 0.94% | 0.95% | - |
| XYZ | 45.09 | 70.81 | 11.74 | - |
| YUV | 189.8 | 29.35 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 243 | 15 | 0.37 | 0 | 0.94 | 0.05 | 83.95 | 0.9 | 0.51 |
| Hex | 98 | F3 | F | 25 | 0 | 5E | 5 | 54 | 5A | 33 |
| Octal | 230 | 363 | 17 | 45 | 0 | 136 | 5 | 124 | 132 | 63 |
| Binary | 10011000 | 11110011 | 1111 | 100101 | 0 | 1011110 | 101 | 1010100 | 1011010 | 110011 |
Color Harmonies of #98F30F
Complementary color
Monochromatic Colors of #98F30F
Black with #98F30F
Text Example
Text Example
White with #98F30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F30F; }
p { color: rgb(152,243,15); }
H1.HeaderClassName
{
color: #98F30F;
}
.AnyTagClassName
{
color: #98F30F;
}
</style>
background-color css
<style>
a { background-color: #98F30F; }
a { background-color: rgb(152,243,15); }
div.DivClassName
{
background-color: #98F30F;
}
.BgClassName
{
background-color: #98F30F;
}
</style>
border-color css
<style>
span { border-color: #98F30F; }
span { border-color: rgb(152,243,15); }
td.TdClassName
{
border-color: #98F30F;
}
.TagClassName
{
border-color: #98F30F;
}
</style>