Shades of Spring Bud #9BFF05
Tints of Spring Bud #9BFF05
RGB
CMYK
RGB Variations
Color information
#9BFF05 (or 0x9BFF05) is known color: Spring Bud. HEX triplet: 9B, FF and 05. RGB value is (155,255,5). Sum of RGB (Red+Green+Blue) = 155+255+5=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 255 (100% from 255 or 61.45% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF05 is #6400FA. Grayscale: #C5C5C5. Windows color (decimal): -6553851 or 393115. OLE color: 393115.
HSL color Cylindrical-coordinate representation of color #9BFF05: hue angle of 84º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BFF05 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0 |
| HSL | 84º | 1% | 0.51% | - |
| HSV(B) | 84º | 0.98% | 1% | - |
| XYZ | 49.3 | 78.5 | 12.7 | - |
| YUV | 196.6 | 19.87 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 5 | 0.39 | 0 | 0.98 | 0 | 84 | 1 | 0.51 |
| Hex | 9B | FF | 5 | 27 | 0 | 62 | 0 | 54 | 64 | 33 |
| Octal | 233 | 377 | 5 | 47 | 0 | 142 | 0 | 124 | 144 | 63 |
| Binary | 10011011 | 11111111 | 101 | 100111 | 0 | 1100010 | 0 | 1010100 | 1100100 | 110011 |
Color Harmonies of #9BFF05
Complementary color
Monochromatic Colors of #9BFF05
Black with #9BFF05
Text Example
Text Example
White with #9BFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF05; }
p { color: rgb(155,255,5); }
H1.HeaderClassName
{
color: #9BFF05;
}
.AnyTagClassName
{
color: #9BFF05;
}
</style>
background-color css
<style>
a { background-color: #9BFF05; }
a { background-color: rgb(155,255,5); }
div.DivClassName
{
background-color: #9BFF05;
}
.BgClassName
{
background-color: #9BFF05;
}
</style>
border-color css
<style>
span { border-color: #9BFF05; }
span { border-color: rgb(155,255,5); }
td.TdClassName
{
border-color: #9BFF05;
}
.TagClassName
{
border-color: #9BFF05;
}
</style>