Shades of Spring Bud #9BF508
Tints of Spring Bud #9BF508
RGB
CMYK
RGB Variations
Color information
#9BF508 (or 0x9BF508) is known color: Spring Bud. HEX triplet: 9B, F5 and 08. RGB value is (155,245,8). Sum of RGB (Red+Green+Blue) = 155+245+8=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 245 (96.09% from 255 or 60.05% from 408); Blue value is 8 (3.52% from 255 or 1.96% from 408); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF508 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF508 is #640AF7. Grayscale: #BFBFBF. Windows color (decimal): -6556408 or 587163. OLE color: 587163.
HSL color Cylindrical-coordinate representation of color #9BF508: hue angle of 82.78º 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 #9BF508 is Cyan = 0.37, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 8 | - |
| CMYK | 0.37 | 0 | 0.97 | 0.04 |
| HSL | 82.78º | 0.94% | 0.5% | - |
| HSV(B) | 82.78º | 0.97% | 0.96% | - |
| XYZ | 46.21 | 72.29 | 11.75 | - |
| YUV | 191.07 | 24.68 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 8 | 0.37 | 0 | 0.97 | 0.04 | 82.78 | 0.94 | 0.5 |
| Hex | 9B | F5 | 8 | 25 | 0 | 61 | 4 | 53 | 5E | 32 |
| Octal | 233 | 365 | 10 | 45 | 0 | 141 | 4 | 123 | 136 | 62 |
| Binary | 10011011 | 11110101 | 1000 | 100101 | 0 | 1100001 | 100 | 1010011 | 1011110 | 110010 |
Color Harmonies of #9BF508
Complementary color
Monochromatic Colors of #9BF508
Black with #9BF508
Text Example
Text Example
White with #9BF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF508; }
p { color: rgb(155,245,8); }
H1.HeaderClassName
{
color: #9BF508;
}
.AnyTagClassName
{
color: #9BF508;
}
</style>
background-color css
<style>
a { background-color: #9BF508; }
a { background-color: rgb(155,245,8); }
div.DivClassName
{
background-color: #9BF508;
}
.BgClassName
{
background-color: #9BF508;
}
</style>
border-color css
<style>
span { border-color: #9BF508; }
span { border-color: rgb(155,245,8); }
td.TdClassName
{
border-color: #9BF508;
}
.TagClassName
{
border-color: #9BF508;
}
</style>