Shades of Spring Bud #B1FF05
Tints of Spring Bud #B1FF05
RGB
CMYK
RGB Variations
Color information
#B1FF05 (or 0xB1FF05) is known color: Spring Bud. HEX triplet: B1, FF and 05. RGB value is (177,255,5). Sum of RGB (Red+Green+Blue) = 177+255+5=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 5 (2.34% from 255 or 1.14% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF05 is #4E00FA. Grayscale: #CCCCCC. Windows color (decimal): -5112059 or 393137. OLE color: 393137.
HSL color Cylindrical-coordinate representation of color #B1FF05: hue angle of 78.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1FF05 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 5 | - |
| CMYK | 0.31 | 0 | 0.98 | 0 |
| HSL | 78.72º | 1% | 0.51% | - |
| HSV(B) | 78.72º | 0.98% | 1% | - |
| XYZ | 53.92 | 80.88 | 12.91 | - |
| YUV | 203.18 | 16.16 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 5 | 0.31 | 0 | 0.98 | 0 | 78.72 | 1 | 0.51 |
| Hex | B1 | FF | 5 | 1F | 0 | 62 | 0 | 4F | 64 | 33 |
| Octal | 261 | 377 | 5 | 37 | 0 | 142 | 0 | 117 | 144 | 63 |
| Binary | 10110001 | 11111111 | 101 | 11111 | 0 | 1100010 | 0 | 1001111 | 1100100 | 110011 |
Color Harmonies of #B1FF05
Complementary color
Monochromatic Colors of #B1FF05
Black with #B1FF05
Text Example
Text Example
White with #B1FF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF05; }
p { color: rgb(177,255,5); }
H1.HeaderClassName
{
color: #B1FF05;
}
.AnyTagClassName
{
color: #B1FF05;
}
</style>
background-color css
<style>
a { background-color: #B1FF05; }
a { background-color: rgb(177,255,5); }
div.DivClassName
{
background-color: #B1FF05;
}
.BgClassName
{
background-color: #B1FF05;
}
</style>
border-color css
<style>
span { border-color: #B1FF05; }
span { border-color: rgb(177,255,5); }
td.TdClassName
{
border-color: #B1FF05;
}
.TagClassName
{
border-color: #B1FF05;
}
</style>