Shades of Spring Bud #9BF607
Tints of Spring Bud #9BF607
RGB
CMYK
RGB Variations
Color information
#9BF607 (or 0x9BF607) is known color: Spring Bud. HEX triplet: 9B, F6 and 07. RGB value is (155,246,7). Sum of RGB (Red+Green+Blue) = 155+246+7=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 246 (96.48% from 255 or 60.29% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF607 is #6409F8. Grayscale: #C0C0C0. Windows color (decimal): -6556153 or 521883. OLE color: 521883.
HSL color Cylindrical-coordinate representation of color #9BF607: hue angle of 82.85º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BF607 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 7 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.04 |
| HSL | 82.85º | 0.94% | 0.5% | - |
| HSV(B) | 82.85º | 0.97% | 0.96% | - |
| XYZ | 46.51 | 72.9 | 11.82 | - |
| YUV | 191.55 | 23.85 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 7 | 0.37 | 0 | 0.97 | 0.04 | 82.85 | 0.94 | 0.5 |
| Hex | 9B | F6 | 7 | 25 | 0 | 61 | 4 | 53 | 5E | 32 |
| Octal | 233 | 366 | 7 | 45 | 0 | 141 | 4 | 123 | 136 | 62 |
| Binary | 10011011 | 11110110 | 111 | 100101 | 0 | 1100001 | 100 | 1010011 | 1011110 | 110010 |
Color Harmonies of #9BF607
Complementary color
Monochromatic Colors of #9BF607
Black with #9BF607
Text Example
Text Example
White with #9BF607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF607; }
p { color: rgb(155,246,7); }
H1.HeaderClassName
{
color: #9BF607;
}
.AnyTagClassName
{
color: #9BF607;
}
</style>
background-color css
<style>
a { background-color: #9BF607; }
a { background-color: rgb(155,246,7); }
div.DivClassName
{
background-color: #9BF607;
}
.BgClassName
{
background-color: #9BF607;
}
</style>
border-color css
<style>
span { border-color: #9BF607; }
span { border-color: rgb(155,246,7); }
td.TdClassName
{
border-color: #9BF607;
}
.TagClassName
{
border-color: #9BF607;
}
</style>