Shades of Spring Bud #98EF11
Tints of Spring Bud #98EF11
RGB
CMYK
RGB Variations
Color information
#98EF11 (or 0x98EF11) is known color: Spring Bud. HEX triplet: 98, EF and 11. RGB value is (152,239,17). Sum of RGB (Red+Green+Blue) = 152+239+17=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 239 (93.75% from 255 or 58.58% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EF11 is #6710EE. Grayscale: #BCBCBC. Windows color (decimal): -6754543 or 1175448. OLE color: 1175448.
HSL color Cylindrical-coordinate representation of color #98EF11: hue angle of 83.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98EF11 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 17 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.06 |
| HSL | 83.51º | 0.87% | 0.5% | - |
| HSV(B) | 83.51º | 0.93% | 0.94% | - |
| XYZ | 43.92 | 68.45 | 11.43 | - |
| YUV | 187.68 | 31.68 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 17 | 0.36 | 0 | 0.93 | 0.06 | 83.51 | 0.87 | 0.5 |
| Hex | 98 | EF | 11 | 24 | 0 | 5D | 6 | 54 | 57 | 32 |
| Octal | 230 | 357 | 21 | 44 | 0 | 135 | 6 | 124 | 127 | 62 |
| Binary | 10011000 | 11101111 | 10001 | 100100 | 0 | 1011101 | 110 | 1010100 | 1010111 | 110010 |
Color Harmonies of #98EF11
Complementary color
Monochromatic Colors of #98EF11
Black with #98EF11
Text Example
Text Example
White with #98EF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EF11; }
p { color: rgb(152,239,17); }
H1.HeaderClassName
{
color: #98EF11;
}
.AnyTagClassName
{
color: #98EF11;
}
</style>
background-color css
<style>
a { background-color: #98EF11; }
a { background-color: rgb(152,239,17); }
div.DivClassName
{
background-color: #98EF11;
}
.BgClassName
{
background-color: #98EF11;
}
</style>
border-color css
<style>
span { border-color: #98EF11; }
span { border-color: rgb(152,239,17); }
td.TdClassName
{
border-color: #98EF11;
}
.TagClassName
{
border-color: #98EF11;
}
</style>