Shades of Spring Bud #9BF516
Tints of Spring Bud #9BF516
RGB
CMYK
RGB Variations
Color information
#9BF516 (or 0x9BF516) is known color: Spring Bud. HEX triplet: 9B, F5 and 16. RGB value is (155,245,22). Sum of RGB (Red+Green+Blue) = 155+245+22=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 245 (96.09% from 255 or 58.06% from 422); Blue value is 22 (8.98% from 255 or 5.21% from 422); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF516 is #640AE9. Grayscale: #C1C1C1. Windows color (decimal): -6556394 or 1504667. OLE color: 1504667.
HSL color Cylindrical-coordinate representation of color #9BF516: hue angle of 84.22º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BF516 is Cyan = 0.37, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 22 | - |
| CMYK | 0.37 | 0 | 0.91 | 0.04 |
| HSL | 84.22º | 0.92% | 0.52% | - |
| HSV(B) | 84.22º | 0.91% | 0.96% | - |
| XYZ | 46.31 | 72.33 | 12.28 | - |
| YUV | 192.67 | 31.68 | 101.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 22 | 0.37 | 0 | 0.91 | 0.04 | 84.22 | 0.92 | 0.52 |
| Hex | 9B | F5 | 16 | 25 | 0 | 5B | 4 | 54 | 5C | 34 |
| Octal | 233 | 365 | 26 | 45 | 0 | 133 | 4 | 124 | 134 | 64 |
| Binary | 10011011 | 11110101 | 10110 | 100101 | 0 | 1011011 | 100 | 1010100 | 1011100 | 110100 |
Color Harmonies of #9BF516
Complementary color
Monochromatic Colors of #9BF516
Black with #9BF516
Text Example
Text Example
White with #9BF516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF516; }
p { color: rgb(155,245,22); }
H1.HeaderClassName
{
color: #9BF516;
}
.AnyTagClassName
{
color: #9BF516;
}
</style>
background-color css
<style>
a { background-color: #9BF516; }
a { background-color: rgb(155,245,22); }
div.DivClassName
{
background-color: #9BF516;
}
.BgClassName
{
background-color: #9BF516;
}
</style>
border-color css
<style>
span { border-color: #9BF516; }
span { border-color: rgb(155,245,22); }
td.TdClassName
{
border-color: #9BF516;
}
.TagClassName
{
border-color: #9BF516;
}
</style>