Shades of Spring Bud #9BFF13
Tints of Spring Bud #9BFF13
RGB
CMYK
RGB Variations
Color information
#9BFF13 (or 0x9BFF13) is known color: Spring Bud. HEX triplet: 9B, FF and 13. RGB value is (155,255,19). Sum of RGB (Red+Green+Blue) = 155+255+19=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 255 (100% from 255 or 59.44% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF13 is #6400EC. Grayscale: #C7C7C7. Windows color (decimal): -6553837 or 1310619. OLE color: 1310619.
HSL color Cylindrical-coordinate representation of color #9BFF13: hue angle of 85.42º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BFF13 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 19 | - |
| CMYK | 0.39 | 0 | 0.93 | 0 |
| HSL | 85.42º | 1% | 0.54% | - |
| HSV(B) | 85.42º | 0.93% | 1% | - |
| XYZ | 49.4 | 78.54 | 13.17 | - |
| YUV | 198.2 | 26.87 | 97.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 19 | 0.39 | 0 | 0.93 | 0 | 85.42 | 1 | 0.54 |
| Hex | 9B | FF | 13 | 27 | 0 | 5D | 0 | 55 | 64 | 36 |
| Octal | 233 | 377 | 23 | 47 | 0 | 135 | 0 | 125 | 144 | 66 |
| Binary | 10011011 | 11111111 | 10011 | 100111 | 0 | 1011101 | 0 | 1010101 | 1100100 | 110110 |
Color Harmonies of #9BFF13
Complementary color
Monochromatic Colors of #9BFF13
Black with #9BFF13
Text Example
Text Example
White with #9BFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF13; }
p { color: rgb(155,255,19); }
H1.HeaderClassName
{
color: #9BFF13;
}
.AnyTagClassName
{
color: #9BFF13;
}
</style>
background-color css
<style>
a { background-color: #9BFF13; }
a { background-color: rgb(155,255,19); }
div.DivClassName
{
background-color: #9BFF13;
}
.BgClassName
{
background-color: #9BFF13;
}
</style>
border-color css
<style>
span { border-color: #9BFF13; }
span { border-color: rgb(155,255,19); }
td.TdClassName
{
border-color: #9BFF13;
}
.TagClassName
{
border-color: #9BFF13;
}
</style>