Shades of Spring Bud #9EFE04
Tints of Spring Bud #9EFE04
RGB
CMYK
RGB Variations
Color information
#9EFE04 (or 0x9EFE04) is known color: Spring Bud. HEX triplet: 9E, FE and 04. RGB value is (158,254,4). Sum of RGB (Red+Green+Blue) = 158+254+4=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFE04 is #6101FB. Grayscale: #C5C5C5. Windows color (decimal): -6357500 or 327326. OLE color: 327326.
HSL color Cylindrical-coordinate representation of color #9EFE04: hue angle of 83.04º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EFE04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.00 |
| HSL | 83.04º | 0.99% | 0.51% | - |
| HSV(B) | 83.04º | 0.98% | 1% | - |
| XYZ | 49.56 | 78.16 | 12.59 | - |
| YUV | 196.8 | 19.2 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 4 | 0.38 | 0 | 0.98 | 0.00 | 83.04 | 0.99 | 0.51 |
| Hex | 9E | FE | 4 | 26 | 0 | 62 | 0 | 53 | 63 | 33 |
| Octal | 236 | 376 | 4 | 46 | 0 | 142 | 0 | 123 | 143 | 63 |
| Binary | 10011110 | 11111110 | 100 | 100110 | 0 | 1100010 | 0 | 1010011 | 1100011 | 110011 |
Color Harmonies of #9EFE04
Complementary color
Monochromatic Colors of #9EFE04
Black with #9EFE04
Text Example
Text Example
White with #9EFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFE04; }
p { color: rgb(158,254,4); }
H1.HeaderClassName
{
color: #9EFE04;
}
.AnyTagClassName
{
color: #9EFE04;
}
</style>
background-color css
<style>
a { background-color: #9EFE04; }
a { background-color: rgb(158,254,4); }
div.DivClassName
{
background-color: #9EFE04;
}
.BgClassName
{
background-color: #9EFE04;
}
</style>
border-color css
<style>
span { border-color: #9EFE04; }
span { border-color: rgb(158,254,4); }
td.TdClassName
{
border-color: #9EFE04;
}
.TagClassName
{
border-color: #9EFE04;
}
</style>