Shades of Spring Bud #9BFB13
Tints of Spring Bud #9BFB13
RGB
CMYK
RGB Variations
Color information
#9BFB13 (or 0x9BFB13) is known color: Spring Bud. HEX triplet: 9B, FB and 13. RGB value is (155,251,19). Sum of RGB (Red+Green+Blue) = 155+251+19=425 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.47% from 425); Green value is 251 (98.44% from 255 or 59.06% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFB13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFB13 is #6404EC. Grayscale: #C4C4C4. Windows color (decimal): -6554861 or 1309595. OLE color: 1309595.
HSL color Cylindrical-coordinate representation of color #9BFB13: hue angle of 84.83º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BFB13 is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 19 | - |
| CMYK | 0.38 | 0 | 0.92 | 0.02 |
| HSL | 84.83º | 0.97% | 0.53% | - |
| HSV(B) | 84.83º | 0.92% | 0.98% | - |
| XYZ | 48.13 | 76.01 | 12.75 | - |
| YUV | 195.85 | 28.2 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 19 | 0.38 | 0 | 0.92 | 0.02 | 84.83 | 0.97 | 0.53 |
| Hex | 9B | FB | 13 | 26 | 0 | 5C | 2 | 55 | 61 | 35 |
| Octal | 233 | 373 | 23 | 46 | 0 | 134 | 2 | 125 | 141 | 65 |
| Binary | 10011011 | 11111011 | 10011 | 100110 | 0 | 1011100 | 10 | 1010101 | 1100001 | 110101 |
Color Harmonies of #9BFB13
Complementary color
Monochromatic Colors of #9BFB13
Black with #9BFB13
Text Example
Text Example
White with #9BFB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFB13; }
p { color: rgb(155,251,19); }
H1.HeaderClassName
{
color: #9BFB13;
}
.AnyTagClassName
{
color: #9BFB13;
}
</style>
background-color css
<style>
a { background-color: #9BFB13; }
a { background-color: rgb(155,251,19); }
div.DivClassName
{
background-color: #9BFB13;
}
.BgClassName
{
background-color: #9BFB13;
}
</style>
border-color css
<style>
span { border-color: #9BFB13; }
span { border-color: rgb(155,251,19); }
td.TdClassName
{
border-color: #9BFB13;
}
.TagClassName
{
border-color: #9BFB13;
}
</style>