Shades of Spring Bud #B9FF15
Tints of Spring Bud #B9FF15
RGB
CMYK
RGB Variations
Color information
#B9FF15 (or 0xB9FF15) is known color: Spring Bud. HEX triplet: B9, FF and 15. RGB value is (185,255,21). Sum of RGB (Red+Green+Blue) = 185+255+21=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 21 (8.59% from 255 or 4.56% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9FF15 is #4600EA. Grayscale: #D0D0D0. Windows color (decimal): -4587755 or 1441721. OLE color: 1441721.
HSL color Cylindrical-coordinate representation of color #B9FF15: hue angle of 77.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9FF15 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 21 | - |
| CMYK | 0.27 | 0 | 0.92 | 0 |
| HSL | 77.95º | 1% | 0.54% | - |
| HSV(B) | 77.95º | 0.92% | 1% | - |
| XYZ | 55.9 | 81.89 | 13.57 | - |
| YUV | 207.39 | 22.81 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 21 | 0.27 | 0 | 0.92 | 0 | 77.95 | 1 | 0.54 |
| Hex | B9 | FF | 15 | 1B | 0 | 5C | 0 | 4E | 64 | 36 |
| Octal | 271 | 377 | 25 | 33 | 0 | 134 | 0 | 116 | 144 | 66 |
| Binary | 10111001 | 11111111 | 10101 | 11011 | 0 | 1011100 | 0 | 1001110 | 1100100 | 110110 |
Color Harmonies of #B9FF15
Complementary color
Monochromatic Colors of #B9FF15
Black with #B9FF15
Text Example
Text Example
White with #B9FF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FF15; }
p { color: rgb(185,255,21); }
H1.HeaderClassName
{
color: #B9FF15;
}
.AnyTagClassName
{
color: #B9FF15;
}
</style>
background-color css
<style>
a { background-color: #B9FF15; }
a { background-color: rgb(185,255,21); }
div.DivClassName
{
background-color: #B9FF15;
}
.BgClassName
{
background-color: #B9FF15;
}
</style>
border-color css
<style>
span { border-color: #B9FF15; }
span { border-color: rgb(185,255,21); }
td.TdClassName
{
border-color: #B9FF15;
}
.TagClassName
{
border-color: #B9FF15;
}
</style>