Shades of Spring Bud #9EF407
Tints of Spring Bud #9EF407
RGB
CMYK
RGB Variations
Color information
#9EF407 (or 0x9EF407) is known color: Spring Bud. HEX triplet: 9E, F4 and 07. RGB value is (158,244,7). Sum of RGB (Red+Green+Blue) = 158+244+7=409 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.63% from 409); Green value is 244 (95.70% from 255 or 59.66% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF407 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EF407 is #610BF8. Grayscale: #C0C0C0. Windows color (decimal): -6360057 or 521374. OLE color: 521374.
HSL color Cylindrical-coordinate representation of color #9EF407: hue angle of 81.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EF407 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 158 | 244 | 7 | - |
| CMYK | 0.35 | 0 | 0.97 | 0.04 |
| HSL | 81.77º | 0.94% | 0.49% | - |
| HSV(B) | 81.77º | 0.97% | 0.96% | - |
| XYZ | 46.49 | 71.99 | 11.65 | - |
| YUV | 191.27 | 24.01 | 104.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 244 | 7 | 0.35 | 0 | 0.97 | 0.04 | 81.77 | 0.94 | 0.49 |
| Hex | 9E | F4 | 7 | 23 | 0 | 61 | 4 | 52 | 5E | 31 |
| Octal | 236 | 364 | 7 | 43 | 0 | 141 | 4 | 122 | 136 | 61 |
| Binary | 10011110 | 11110100 | 111 | 100011 | 0 | 1100001 | 100 | 1010010 | 1011110 | 110001 |
Color Harmonies of #9EF407
Complementary color
Monochromatic Colors of #9EF407
Black with #9EF407
Text Example
Text Example
White with #9EF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF407; }
p { color: rgb(158,244,7); }
H1.HeaderClassName
{
color: #9EF407;
}
.AnyTagClassName
{
color: #9EF407;
}
</style>
background-color css
<style>
a { background-color: #9EF407; }
a { background-color: rgb(158,244,7); }
div.DivClassName
{
background-color: #9EF407;
}
.BgClassName
{
background-color: #9EF407;
}
</style>
border-color css
<style>
span { border-color: #9EF407; }
span { border-color: rgb(158,244,7); }
td.TdClassName
{
border-color: #9EF407;
}
.TagClassName
{
border-color: #9EF407;
}
</style>