Shades of Spring Bud #9EFB11
Tints of Spring Bud #9EFB11
RGB
CMYK
RGB Variations
Color information
#9EFB11 (or 0x9EFB11) is known color: Spring Bud. HEX triplet: 9E, FB and 11. RGB value is (158,251,17). Sum of RGB (Red+Green+Blue) = 158+251+17=426 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.09% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9EFB11 is #6104EE. Grayscale: #C5C5C5. Windows color (decimal): -6358255 or 1178526. OLE color: 1178526.
HSL color Cylindrical-coordinate representation of color #9EFB11: hue angle of 83.85º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9EFB11 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 17 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.02 |
| HSL | 83.85º | 0.97% | 0.53% | - |
| HSV(B) | 83.85º | 0.93% | 0.98% | - |
| XYZ | 48.7 | 76.3 | 12.69 | - |
| YUV | 196.52 | 26.69 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 17 | 0.37 | 0 | 0.93 | 0.02 | 83.85 | 0.97 | 0.53 |
| Hex | 9E | FB | 11 | 25 | 0 | 5D | 2 | 54 | 61 | 35 |
| Octal | 236 | 373 | 21 | 45 | 0 | 135 | 2 | 124 | 141 | 65 |
| Binary | 10011110 | 11111011 | 10001 | 100101 | 0 | 1011101 | 10 | 1010100 | 1100001 | 110101 |
Color Harmonies of #9EFB11
Complementary color
Monochromatic Colors of #9EFB11
Black with #9EFB11
Text Example
Text Example
White with #9EFB11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFB11; }
p { color: rgb(158,251,17); }
H1.HeaderClassName
{
color: #9EFB11;
}
.AnyTagClassName
{
color: #9EFB11;
}
</style>
background-color css
<style>
a { background-color: #9EFB11; }
a { background-color: rgb(158,251,17); }
div.DivClassName
{
background-color: #9EFB11;
}
.BgClassName
{
background-color: #9EFB11;
}
</style>
border-color css
<style>
span { border-color: #9EFB11; }
span { border-color: rgb(158,251,17); }
td.TdClassName
{
border-color: #9EFB11;
}
.TagClassName
{
border-color: #9EFB11;
}
</style>