Shades of Spring Bud #98E707
Tints of Spring Bud #98E707
RGB
CMYK
RGB Variations
Color information
#98E707 (or 0x98E707) is known color: Spring Bud. HEX triplet: 98, E7 and 07. RGB value is (152,231,7). Sum of RGB (Red+Green+Blue) = 152+231+7=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 231 (90.62% from 255 or 59.23% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 231 - color contains mainly: green. Hex color #98E707 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #98E707 is #6718F8. Grayscale: #B6B6B6. Windows color (decimal): -6756601 or 518040. OLE color: 518040.
HSL color Cylindrical-coordinate representation of color #98E707: hue angle of 81.16º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #98E707 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 152 | 231 | 7 | - |
| CMYK | 0.34 | 0 | 0.97 | 0.09 |
| HSL | 81.16º | 0.94% | 0.47% | - |
| HSV(B) | 81.16º | 0.97% | 0.91% | - |
| XYZ | 41.56 | 63.84 | 10.33 | - |
| YUV | 181.84 | 29.33 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 231 | 7 | 0.34 | 0 | 0.97 | 0.09 | 81.16 | 0.94 | 0.47 |
| Hex | 98 | E7 | 7 | 22 | 0 | 61 | 9 | 51 | 5E | 2F |
| Octal | 230 | 347 | 7 | 42 | 0 | 141 | 11 | 121 | 136 | 57 |
| Binary | 10011000 | 11100111 | 111 | 100010 | 0 | 1100001 | 1001 | 1010001 | 1011110 | 101111 |
Color Harmonies of #98E707
Complementary color
Monochromatic Colors of #98E707
Black with #98E707
Text Example
Text Example
White with #98E707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E707; }
p { color: rgb(152,231,7); }
H1.HeaderClassName
{
color: #98E707;
}
.AnyTagClassName
{
color: #98E707;
}
</style>
background-color css
<style>
a { background-color: #98E707; }
a { background-color: rgb(152,231,7); }
div.DivClassName
{
background-color: #98E707;
}
.BgClassName
{
background-color: #98E707;
}
</style>
border-color css
<style>
span { border-color: #98E707; }
span { border-color: rgb(152,231,7); }
td.TdClassName
{
border-color: #98E707;
}
.TagClassName
{
border-color: #98E707;
}
</style>