Shades of Spring Bud #98EF09
Tints of Spring Bud #98EF09
RGB
CMYK
RGB Variations
Color information
#98EF09 (or 0x98EF09) is known color: Spring Bud. HEX triplet: 98, EF and 09. RGB value is (152,239,9). Sum of RGB (Red+Green+Blue) = 152+239+9=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #98EF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98EF09 is #6710F6. Grayscale: #BBBBBB. Windows color (decimal): -6754551 or 651160. OLE color: 651160.
HSL color Cylindrical-coordinate representation of color #98EF09: hue angle of 82.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #98EF09 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 239 | 9 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.06 |
| HSL | 82.7º | 0.93% | 0.49% | - |
| HSV(B) | 82.7º | 0.96% | 0.94% | - |
| XYZ | 43.86 | 68.43 | 11.15 | - |
| YUV | 186.77 | 27.68 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 239 | 9 | 0.36 | 0 | 0.96 | 0.06 | 82.7 | 0.93 | 0.49 |
| Hex | 98 | EF | 9 | 24 | 0 | 60 | 6 | 53 | 5D | 31 |
| Octal | 230 | 357 | 11 | 44 | 0 | 140 | 6 | 123 | 135 | 61 |
| Binary | 10011000 | 11101111 | 1001 | 100100 | 0 | 1100000 | 110 | 1010011 | 1011101 | 110001 |
Color Harmonies of #98EF09
Complementary color
Monochromatic Colors of #98EF09
Black with #98EF09
Text Example
Text Example
White with #98EF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98EF09; }
p { color: rgb(152,239,9); }
H1.HeaderClassName
{
color: #98EF09;
}
.AnyTagClassName
{
color: #98EF09;
}
</style>
background-color css
<style>
a { background-color: #98EF09; }
a { background-color: rgb(152,239,9); }
div.DivClassName
{
background-color: #98EF09;
}
.BgClassName
{
background-color: #98EF09;
}
</style>
border-color css
<style>
span { border-color: #98EF09; }
span { border-color: rgb(152,239,9); }
td.TdClassName
{
border-color: #98EF09;
}
.TagClassName
{
border-color: #98EF09;
}
</style>