Shades of Spring Bud #9EFC05
Tints of Spring Bud #9EFC05
RGB
CMYK
RGB Variations
Color information
#9EFC05 (or 0x9EFC05) is known color: Spring Bud. HEX triplet: 9E, FC and 05. RGB value is (158,252,5). Sum of RGB (Red+Green+Blue) = 158+252+5=415 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.07% from 415); Green value is 252 (98.83% from 255 or 60.72% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFC05 is #6103FA. Grayscale: #C4C4C4. Windows color (decimal): -6358011 or 392350. OLE color: 392350.
HSL color Cylindrical-coordinate representation of color #9EFC05: hue angle of 82.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9EFC05 is Cyan = 0.37, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 5 | - |
| CMYK | 0.37 | 0 | 0.98 | 0.01 |
| HSL | 82.83º | 0.98% | 0.5% | - |
| HSV(B) | 82.83º | 0.98% | 0.99% | - |
| XYZ | 48.94 | 76.9 | 12.41 | - |
| YUV | 195.74 | 20.36 | 101.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 5 | 0.37 | 0 | 0.98 | 0.01 | 82.83 | 0.98 | 0.5 |
| Hex | 9E | FC | 5 | 25 | 0 | 62 | 1 | 53 | 62 | 32 |
| Octal | 236 | 374 | 5 | 45 | 0 | 142 | 1 | 123 | 142 | 62 |
| Binary | 10011110 | 11111100 | 101 | 100101 | 0 | 1100010 | 1 | 1010011 | 1100010 | 110010 |
Color Harmonies of #9EFC05
Complementary color
Monochromatic Colors of #9EFC05
Black with #9EFC05
Text Example
Text Example
White with #9EFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC05; }
p { color: rgb(158,252,5); }
H1.HeaderClassName
{
color: #9EFC05;
}
.AnyTagClassName
{
color: #9EFC05;
}
</style>
background-color css
<style>
a { background-color: #9EFC05; }
a { background-color: rgb(158,252,5); }
div.DivClassName
{
background-color: #9EFC05;
}
.BgClassName
{
background-color: #9EFC05;
}
</style>
border-color css
<style>
span { border-color: #9EFC05; }
span { border-color: rgb(158,252,5); }
td.TdClassName
{
border-color: #9EFC05;
}
.TagClassName
{
border-color: #9EFC05;
}
</style>