Shades of Spring Bud #9BFB01
Tints of Spring Bud #9BFB01
RGB
CMYK
RGB Variations
Color information
#9BFB01 (or 0x9BFB01) is known color: Spring Bud. HEX triplet: 9B, FB and 01. RGB value is (155,251,1). Sum of RGB (Red+Green+Blue) = 155+251+1=407 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.08% from 407); Green value is 251 (98.44% from 255 or 61.67% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFB01 is #6404FE. Grayscale: #C2C2C2. Windows color (decimal): -6554879 or 129947. OLE color: 129947.
HSL color Cylindrical-coordinate representation of color #9BFB01: hue angle of 83.04º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BFB01 is Cyan = 0.38, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 1 | - |
| CMYK | 0.38 | 0 | 1.00 | 0.02 |
| HSL | 83.04º | 0.99% | 0.49% | - |
| HSV(B) | 83.04º | 1% | 0.98% | - |
| XYZ | 48.02 | 75.97 | 12.16 | - |
| YUV | 193.8 | 19.2 | 100.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 1 | 0.38 | 0 | 1.00 | 0.02 | 83.04 | 0.99 | 0.49 |
| Hex | 9B | FB | 1 | 26 | 0 | 64 | 2 | 53 | 63 | 31 |
| Octal | 233 | 373 | 1 | 46 | 0 | 144 | 2 | 123 | 143 | 61 |
| Binary | 10011011 | 11111011 | 1 | 100110 | 0 | 1100100 | 10 | 1010011 | 1100011 | 110001 |
Color Harmonies of #9BFB01
Complementary color
Monochromatic Colors of #9BFB01
Black with #9BFB01
Text Example
Text Example
White with #9BFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB01; }
p { color: rgb(155,251,1); }
H1.HeaderClassName
{
color: #9BFB01;
}
.AnyTagClassName
{
color: #9BFB01;
}
</style>
background-color css
<style>
a { background-color: #9BFB01; }
a { background-color: rgb(155,251,1); }
div.DivClassName
{
background-color: #9BFB01;
}
.BgClassName
{
background-color: #9BFB01;
}
</style>
border-color css
<style>
span { border-color: #9BFB01; }
span { border-color: rgb(155,251,1); }
td.TdClassName
{
border-color: #9BFB01;
}
.TagClassName
{
border-color: #9BFB01;
}
</style>