Shades of Spring Bud #98FC00
Tints of Spring Bud #98FC00
RGB
CMYK
RGB Variations
Color information
#98FC00 (or 0x98FC00) is known color: Spring Bud. HEX triplet: 98, FC and 00. RGB value is (152,252,0). Sum of RGB (Red+Green+Blue) = 152+252+0=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 252 (98.83% from 255 or 62.38% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 252 - color contains mainly: green. Hex color #98FC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98FC00 is #6703FF. Grayscale: #C2C2C2. Windows color (decimal): -6751232 or 64664. OLE color: 64664.
HSL color Cylindrical-coordinate representation of color #98FC00: hue angle of 83.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #98FC00 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.01 |
| HSL | 83.81º | 1% | 0.49% | - |
| HSV(B) | 83.81º | 1% | 0.99% | - |
| XYZ | 47.76 | 76.3 | 12.21 | - |
| YUV | 193.37 | 18.87 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 0 | 0.40 | 0 | 1 | 0.01 | 83.81 | 1 | 0.49 |
| Hex | 98 | FC | 0 | 28 | 0 | 64 | 1 | 54 | 64 | 31 |
| Octal | 230 | 374 | 0 | 50 | 0 | 144 | 1 | 124 | 144 | 61 |
| Binary | 10011000 | 11111100 | 0 | 101000 | 0 | 1100100 | 1 | 1010100 | 1100100 | 110001 |
Color Harmonies of #98FC00
Complementary color
Monochromatic Colors of #98FC00
Black with #98FC00
Text Example
Text Example
White with #98FC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FC00; }
p { color: rgb(152,252,0); }
H1.HeaderClassName
{
color: #98FC00;
}
.AnyTagClassName
{
color: #98FC00;
}
</style>
background-color css
<style>
a { background-color: #98FC00; }
a { background-color: rgb(152,252,0); }
div.DivClassName
{
background-color: #98FC00;
}
.BgClassName
{
background-color: #98FC00;
}
</style>
border-color css
<style>
span { border-color: #98FC00; }
span { border-color: rgb(152,252,0); }
td.TdClassName
{
border-color: #98FC00;
}
.TagClassName
{
border-color: #98FC00;
}
</style>