Shades of Spring Bud #9BFF11
Tints of Spring Bud #9BFF11
RGB
CMYK
RGB Variations
Color information
#9BFF11 (or 0x9BFF11) is known color: Spring Bud. HEX triplet: 9B, FF and 11. RGB value is (155,255,17). Sum of RGB (Red+Green+Blue) = 155+255+17=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 255 (100% from 255 or 59.72% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF11 is #6400EE. Grayscale: #C6C6C6. Windows color (decimal): -6553839 or 1179547. OLE color: 1179547.
HSL color Cylindrical-coordinate representation of color #9BFF11: hue angle of 85.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BFF11 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 17 | - |
| CMYK | 0.39 | 0 | 0.93 | 0 |
| HSL | 85.21º | 1% | 0.53% | - |
| HSV(B) | 85.21º | 0.93% | 1% | - |
| XYZ | 49.38 | 78.53 | 13.09 | - |
| YUV | 197.97 | 25.87 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 17 | 0.39 | 0 | 0.93 | 0 | 85.21 | 1 | 0.53 |
| Hex | 9B | FF | 11 | 27 | 0 | 5D | 0 | 55 | 64 | 35 |
| Octal | 233 | 377 | 21 | 47 | 0 | 135 | 0 | 125 | 144 | 65 |
| Binary | 10011011 | 11111111 | 10001 | 100111 | 0 | 1011101 | 0 | 1010101 | 1100100 | 110101 |
Color Harmonies of #9BFF11
Complementary color
Monochromatic Colors of #9BFF11
Black with #9BFF11
Text Example
Text Example
White with #9BFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF11; }
p { color: rgb(155,255,17); }
H1.HeaderClassName
{
color: #9BFF11;
}
.AnyTagClassName
{
color: #9BFF11;
}
</style>
background-color css
<style>
a { background-color: #9BFF11; }
a { background-color: rgb(155,255,17); }
div.DivClassName
{
background-color: #9BFF11;
}
.BgClassName
{
background-color: #9BFF11;
}
</style>
border-color css
<style>
span { border-color: #9BFF11; }
span { border-color: rgb(155,255,17); }
td.TdClassName
{
border-color: #9BFF11;
}
.TagClassName
{
border-color: #9BFF11;
}
</style>