Shades of Spring Bud #9BF709
Tints of Spring Bud #9BF709
RGB
CMYK
RGB Variations
Color information
#9BF709 (or 0x9BF709) is known color: Spring Bud. HEX triplet: 9B, F7 and 09. RGB value is (155,247,9). Sum of RGB (Red+Green+Blue) = 155+247+9=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 247 (96.88% from 255 or 60.10% from 411); Blue value is 9 (3.91% from 255 or 2.19% from 411); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF709 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF709 is #6408F6. Grayscale: #C1C1C1. Windows color (decimal): -6555895 or 653211. OLE color: 653211.
HSL color Cylindrical-coordinate representation of color #9BF709: hue angle of 83.19º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9BF709 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 9 | - |
| CMYK | 0.37 | 0 | 0.96 | 0.03 |
| HSL | 83.19º | 0.94% | 0.5% | - |
| HSV(B) | 83.19º | 0.96% | 0.97% | - |
| XYZ | 46.83 | 73.51 | 11.98 | - |
| YUV | 192.36 | 24.52 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 9 | 0.37 | 0 | 0.96 | 0.03 | 83.19 | 0.94 | 0.5 |
| Hex | 9B | F7 | 9 | 25 | 0 | 60 | 3 | 53 | 5E | 32 |
| Octal | 233 | 367 | 11 | 45 | 0 | 140 | 3 | 123 | 136 | 62 |
| Binary | 10011011 | 11110111 | 1001 | 100101 | 0 | 1100000 | 11 | 1010011 | 1011110 | 110010 |
Color Harmonies of #9BF709
Complementary color
Monochromatic Colors of #9BF709
Black with #9BF709
Text Example
Text Example
White with #9BF709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF709; }
p { color: rgb(155,247,9); }
H1.HeaderClassName
{
color: #9BF709;
}
.AnyTagClassName
{
color: #9BF709;
}
</style>
background-color css
<style>
a { background-color: #9BF709; }
a { background-color: rgb(155,247,9); }
div.DivClassName
{
background-color: #9BF709;
}
.BgClassName
{
background-color: #9BF709;
}
</style>
border-color css
<style>
span { border-color: #9BF709; }
span { border-color: rgb(155,247,9); }
td.TdClassName
{
border-color: #9BF709;
}
.TagClassName
{
border-color: #9BF709;
}
</style>