Shades of Spring Bud #98F805
Tints of Spring Bud #98F805
RGB
CMYK
RGB Variations
Color information
#98F805 (or 0x98F805) is known color: Spring Bud. HEX triplet: 98, F8 and 05. RGB value is (152,248,5). Sum of RGB (Red+Green+Blue) = 152+248+5=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 248 (97.27% from 255 or 61.23% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 248 - color contains mainly: green. Hex color #98F805 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98F805 is #6707FA. Grayscale: #C0C0C0. Windows color (decimal): -6752251 or 391320. OLE color: 391320.
HSL color Cylindrical-coordinate representation of color #98F805: hue angle of 83.7º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98F805 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 152 | 248 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.03 |
| HSL | 83.7º | 0.96% | 0.5% | - |
| HSV(B) | 83.7º | 0.98% | 0.97% | - |
| XYZ | 46.54 | 73.82 | 11.94 | - |
| YUV | 191.59 | 22.7 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 248 | 5 | 0.39 | 0 | 0.98 | 0.03 | 83.7 | 0.96 | 0.5 |
| Hex | 98 | F8 | 5 | 27 | 0 | 62 | 3 | 54 | 60 | 32 |
| Octal | 230 | 370 | 5 | 47 | 0 | 142 | 3 | 124 | 140 | 62 |
| Binary | 10011000 | 11111000 | 101 | 100111 | 0 | 1100010 | 11 | 1010100 | 1100000 | 110010 |
Color Harmonies of #98F805
Complementary color
Monochromatic Colors of #98F805
Black with #98F805
Text Example
Text Example
White with #98F805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F805; }
p { color: rgb(152,248,5); }
H1.HeaderClassName
{
color: #98F805;
}
.AnyTagClassName
{
color: #98F805;
}
</style>
background-color css
<style>
a { background-color: #98F805; }
a { background-color: rgb(152,248,5); }
div.DivClassName
{
background-color: #98F805;
}
.BgClassName
{
background-color: #98F805;
}
</style>
border-color css
<style>
span { border-color: #98F805; }
span { border-color: rgb(152,248,5); }
td.TdClassName
{
border-color: #98F805;
}
.TagClassName
{
border-color: #98F805;
}
</style>