Shades of Spring Bud #98FF14
Tints of Spring Bud #98FF14
RGB
CMYK
RGB Variations
Color information
#98FF14 (or 0x98FF14) is known color: Spring Bud. HEX triplet: 98, FF and 14. RGB value is (152,255,20). Sum of RGB (Red+Green+Blue) = 152+255+20=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 20 (8.20% from 255 or 4.68% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF14 is #6700EB. Grayscale: #C6C6C6. Windows color (decimal): -6750444 or 1376152. OLE color: 1376152.
HSL color Cylindrical-coordinate representation of color #98FF14: hue angle of 86.3º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98FF14 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 20 | - |
| CMYK | 0.40 | 0 | 0.92 | 0 |
| HSL | 86.3º | 1% | 0.54% | - |
| HSV(B) | 86.3º | 0.92% | 1% | - |
| XYZ | 48.84 | 78.25 | 13.19 | - |
| YUV | 197.41 | 27.88 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 20 | 0.40 | 0 | 0.92 | 0 | 86.3 | 1 | 0.54 |
| Hex | 98 | FF | 14 | 28 | 0 | 5C | 0 | 56 | 64 | 36 |
| Octal | 230 | 377 | 24 | 50 | 0 | 134 | 0 | 126 | 144 | 66 |
| Binary | 10011000 | 11111111 | 10100 | 101000 | 0 | 1011100 | 0 | 1010110 | 1100100 | 110110 |
Color Harmonies of #98FF14
Complementary color
Monochromatic Colors of #98FF14
Black with #98FF14
Text Example
Text Example
White with #98FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF14; }
p { color: rgb(152,255,20); }
H1.HeaderClassName
{
color: #98FF14;
}
.AnyTagClassName
{
color: #98FF14;
}
</style>
background-color css
<style>
a { background-color: #98FF14; }
a { background-color: rgb(152,255,20); }
div.DivClassName
{
background-color: #98FF14;
}
.BgClassName
{
background-color: #98FF14;
}
</style>
border-color css
<style>
span { border-color: #98FF14; }
span { border-color: rgb(152,255,20); }
td.TdClassName
{
border-color: #98FF14;
}
.TagClassName
{
border-color: #98FF14;
}
</style>