Shades of Spring Bud #98FA15
Tints of Spring Bud #98FA15
RGB
CMYK
RGB Variations
Color information
#98FA15 (or 0x98FA15) is known color: Spring Bud. HEX triplet: 98, FA and 15. RGB value is (152,250,21). Sum of RGB (Red+Green+Blue) = 152+250+21=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 250 (98.05% from 255 or 59.10% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 250 - color contains mainly: green. Hex color #98FA15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FA15 is #6705EA. Grayscale: #C3C3C3. Windows color (decimal): -6751723 or 1440408. OLE color: 1440408.
HSL color Cylindrical-coordinate representation of color #98FA15: hue angle of 85.68º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98FA15 is Cyan = 0.39, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 21 | - |
| CMYK | 0.39 | 0 | 0.92 | 0.02 |
| HSL | 85.68º | 0.96% | 0.53% | - |
| HSV(B) | 85.68º | 0.92% | 0.98% | - |
| XYZ | 47.27 | 75.1 | 12.71 | - |
| YUV | 194.59 | 30.03 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 21 | 0.39 | 0 | 0.92 | 0.02 | 85.68 | 0.96 | 0.53 |
| Hex | 98 | FA | 15 | 27 | 0 | 5C | 2 | 56 | 60 | 35 |
| Octal | 230 | 372 | 25 | 47 | 0 | 134 | 2 | 126 | 140 | 65 |
| Binary | 10011000 | 11111010 | 10101 | 100111 | 0 | 1011100 | 10 | 1010110 | 1100000 | 110101 |
Color Harmonies of #98FA15
Complementary color
Monochromatic Colors of #98FA15
Black with #98FA15
Text Example
Text Example
White with #98FA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FA15; }
p { color: rgb(152,250,21); }
H1.HeaderClassName
{
color: #98FA15;
}
.AnyTagClassName
{
color: #98FA15;
}
</style>
background-color css
<style>
a { background-color: #98FA15; }
a { background-color: rgb(152,250,21); }
div.DivClassName
{
background-color: #98FA15;
}
.BgClassName
{
background-color: #98FA15;
}
</style>
border-color css
<style>
span { border-color: #98FA15; }
span { border-color: rgb(152,250,21); }
td.TdClassName
{
border-color: #98FA15;
}
.TagClassName
{
border-color: #98FA15;
}
</style>