Shades of Spring Bud #9EF905
Tints of Spring Bud #9EF905
RGB
CMYK
RGB Variations
Color information
#9EF905 (or 0x9EF905) is known color: Spring Bud. HEX triplet: 9E, F9 and 05. RGB value is (158,249,5). Sum of RGB (Red+Green+Blue) = 158+249+5=412 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.35% from 412); Green value is 249 (97.66% from 255 or 60.44% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF905 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF905 is #6106FA. Grayscale: #C2C2C2. Windows color (decimal): -6358779 or 391582. OLE color: 391582.
HSL color Cylindrical-coordinate representation of color #9EF905: hue angle of 82.38º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EF905 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 249 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.02 |
| HSL | 82.38º | 0.96% | 0.5% | - |
| HSV(B) | 82.38º | 0.98% | 0.98% | - |
| XYZ | 48 | 75.03 | 12.1 | - |
| YUV | 193.98 | 21.35 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 249 | 5 | 0.37 | 0 | 0.98 | 0.02 | 82.38 | 0.96 | 0.5 |
| Hex | 9E | F9 | 5 | 25 | 0 | 62 | 2 | 52 | 60 | 32 |
| Octal | 236 | 371 | 5 | 45 | 0 | 142 | 2 | 122 | 140 | 62 |
| Binary | 10011110 | 11111001 | 101 | 100101 | 0 | 1100010 | 10 | 1010010 | 1100000 | 110010 |
Color Harmonies of #9EF905
Complementary color
Monochromatic Colors of #9EF905
Black with #9EF905
Text Example
Text Example
White with #9EF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF905; }
p { color: rgb(158,249,5); }
H1.HeaderClassName
{
color: #9EF905;
}
.AnyTagClassName
{
color: #9EF905;
}
</style>
background-color css
<style>
a { background-color: #9EF905; }
a { background-color: rgb(158,249,5); }
div.DivClassName
{
background-color: #9EF905;
}
.BgClassName
{
background-color: #9EF905;
}
</style>
border-color css
<style>
span { border-color: #9EF905; }
span { border-color: rgb(158,249,5); }
td.TdClassName
{
border-color: #9EF905;
}
.TagClassName
{
border-color: #9EF905;
}
</style>