Shades of Spring Bud #98FA17
Tints of Spring Bud #98FA17
RGB
CMYK
RGB Variations
Color information
#98FA17 (or 0x98FA17) is known color: Spring Bud. HEX triplet: 98, FA and 17. RGB value is (152,250,23). Sum of RGB (Red+Green+Blue) = 152+250+23=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 250 (98.05% from 255 or 58.82% from 425); Blue value is 23 (9.38% from 255 or 5.41% from 425); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA17 is #6705E8. Grayscale: #C3C3C3. Windows color (decimal): -6751721 or 1571480. OLE color: 1571480.
HSL color Cylindrical-coordinate representation of color #98FA17: hue angle of 85.9º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98FA17 is Cyan = 0.39, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 23 | - |
| CMYK | 0.39 | 0 | 0.91 | 0.02 |
| HSL | 85.9º | 0.96% | 0.54% | - |
| HSV(B) | 85.9º | 0.91% | 0.98% | - |
| XYZ | 47.29 | 75.11 | 12.82 | - |
| YUV | 194.82 | 31.03 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 23 | 0.39 | 0 | 0.91 | 0.02 | 85.9 | 0.96 | 0.54 |
| Hex | 98 | FA | 17 | 27 | 0 | 5B | 2 | 56 | 60 | 36 |
| Octal | 230 | 372 | 27 | 47 | 0 | 133 | 2 | 126 | 140 | 66 |
| Binary | 10011000 | 11111010 | 10111 | 100111 | 0 | 1011011 | 10 | 1010110 | 1100000 | 110110 |
Color Harmonies of #98FA17
Complementary color
Monochromatic Colors of #98FA17
Black with #98FA17
Text Example
Text Example
White with #98FA17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FA17; }
p { color: rgb(152,250,23); }
H1.HeaderClassName
{
color: #98FA17;
}
.AnyTagClassName
{
color: #98FA17;
}
</style>
background-color css
<style>
a { background-color: #98FA17; }
a { background-color: rgb(152,250,23); }
div.DivClassName
{
background-color: #98FA17;
}
.BgClassName
{
background-color: #98FA17;
}
</style>
border-color css
<style>
span { border-color: #98FA17; }
span { border-color: rgb(152,250,23); }
td.TdClassName
{
border-color: #98FA17;
}
.TagClassName
{
border-color: #98FA17;
}
</style>