Shades of Spring Bud #B1FF01
Tints of Spring Bud #B1FF01
RGB
CMYK
RGB Variations
Color information
#B1FF01 (or 0xB1FF01) is known color: Spring Bud. HEX triplet: B1, FF and 01. RGB value is (177,255,1). Sum of RGB (Red+Green+Blue) = 177+255+1=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF01 is #4E00FE. Grayscale: #CBCBCB. Windows color (decimal): -5112063 or 130993. OLE color: 130993.
HSL color Cylindrical-coordinate representation of color #B1FF01: hue angle of 78.43º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1FF01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0 |
| HSL | 78.43º | 1% | 0.5% | - |
| HSV(B) | 78.43º | 1% | 1% | - |
| XYZ | 53.9 | 80.87 | 12.8 | - |
| YUV | 202.72 | 14.16 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 1 | 0.31 | 0 | 1.00 | 0 | 78.43 | 1 | 0.5 |
| Hex | B1 | FF | 1 | 1F | 0 | 64 | 0 | 4E | 64 | 32 |
| Octal | 261 | 377 | 1 | 37 | 0 | 144 | 0 | 116 | 144 | 62 |
| Binary | 10110001 | 11111111 | 1 | 11111 | 0 | 1100100 | 0 | 1001110 | 1100100 | 110010 |
Color Harmonies of #B1FF01
Complementary color
Monochromatic Colors of #B1FF01
Black with #B1FF01
Text Example
Text Example
White with #B1FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF01; }
p { color: rgb(177,255,1); }
H1.HeaderClassName
{
color: #B1FF01;
}
.AnyTagClassName
{
color: #B1FF01;
}
</style>
background-color css
<style>
a { background-color: #B1FF01; }
a { background-color: rgb(177,255,1); }
div.DivClassName
{
background-color: #B1FF01;
}
.BgClassName
{
background-color: #B1FF01;
}
</style>
border-color css
<style>
span { border-color: #B1FF01; }
span { border-color: rgb(177,255,1); }
td.TdClassName
{
border-color: #B1FF01;
}
.TagClassName
{
border-color: #B1FF01;
}
</style>