Shades of Spring Bud #98FF01
Tints of Spring Bud #98FF01
RGB
CMYK
RGB Variations
Color information
#98FF01 (or 0x98FF01) is known color: Spring Bud. HEX triplet: 98, FF and 01. RGB value is (152,255,1). Sum of RGB (Red+Green+Blue) = 152+255+1=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #98FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FF01 is #6700FE. Grayscale: #C4C4C4. Windows color (decimal): -6750463 or 130968. OLE color: 130968.
HSL color Cylindrical-coordinate representation of color #98FF01: hue angle of 84.33º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98FF01 is Cyan = 0.40, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 1 | - |
| CMYK | 0.40 | 0 | 1.00 | 0 |
| HSL | 84.33º | 1% | 0.5% | - |
| HSV(B) | 84.33º | 1% | 1% | - |
| XYZ | 48.71 | 78.2 | 12.55 | - |
| YUV | 195.25 | 18.38 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 1 | 0.40 | 0 | 1.00 | 0 | 84.33 | 1 | 0.5 |
| Hex | 98 | FF | 1 | 28 | 0 | 64 | 0 | 54 | 64 | 32 |
| Octal | 230 | 377 | 1 | 50 | 0 | 144 | 0 | 124 | 144 | 62 |
| Binary | 10011000 | 11111111 | 1 | 101000 | 0 | 1100100 | 0 | 1010100 | 1100100 | 110010 |
Color Harmonies of #98FF01
Complementary color
Monochromatic Colors of #98FF01
Black with #98FF01
Text Example
Text Example
White with #98FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FF01; }
p { color: rgb(152,255,1); }
H1.HeaderClassName
{
color: #98FF01;
}
.AnyTagClassName
{
color: #98FF01;
}
</style>
background-color css
<style>
a { background-color: #98FF01; }
a { background-color: rgb(152,255,1); }
div.DivClassName
{
background-color: #98FF01;
}
.BgClassName
{
background-color: #98FF01;
}
</style>
border-color css
<style>
span { border-color: #98FF01; }
span { border-color: rgb(152,255,1); }
td.TdClassName
{
border-color: #98FF01;
}
.TagClassName
{
border-color: #98FF01;
}
</style>