Shades of Spring Bud #B1FA05
Tints of Spring Bud #B1FA05
RGB
CMYK
RGB Variations
Color information
#B1FA05 (or 0xB1FA05) is known color: Spring Bud. HEX triplet: B1, FA and 05. RGB value is (177,250,5). Sum of RGB (Red+Green+Blue) = 177+250+5=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 250 (98.05% from 255 or 57.87% from 432); Blue value is 5 (2.34% from 255 or 1.16% from 432); Max value from RGB is 250 - color contains mainly: green. Hex color #B1FA05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FA05 is #4E05FA. Grayscale: #C9C9C9. Windows color (decimal): -5113339 or 391857. OLE color: 391857.
HSL color Cylindrical-coordinate representation of color #B1FA05: hue angle of 77.88º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1FA05 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 250 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.02 |
| HSL | 77.88º | 0.96% | 0.5% | - |
| HSV(B) | 77.88º | 0.98% | 0.98% | - |
| XYZ | 52.34 | 77.73 | 12.39 | - |
| YUV | 200.24 | 17.82 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 250 | 5 | 0.29 | 0 | 0.98 | 0.02 | 77.88 | 0.96 | 0.5 |
| Hex | B1 | FA | 5 | 1D | 0 | 62 | 2 | 4E | 60 | 32 |
| Octal | 261 | 372 | 5 | 35 | 0 | 142 | 2 | 116 | 140 | 62 |
| Binary | 10110001 | 11111010 | 101 | 11101 | 0 | 1100010 | 10 | 1001110 | 1100000 | 110010 |
Color Harmonies of #B1FA05
Complementary color
Monochromatic Colors of #B1FA05
Black with #B1FA05
Text Example
Text Example
White with #B1FA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FA05; }
p { color: rgb(177,250,5); }
H1.HeaderClassName
{
color: #B1FA05;
}
.AnyTagClassName
{
color: #B1FA05;
}
</style>
background-color css
<style>
a { background-color: #B1FA05; }
a { background-color: rgb(177,250,5); }
div.DivClassName
{
background-color: #B1FA05;
}
.BgClassName
{
background-color: #B1FA05;
}
</style>
border-color css
<style>
span { border-color: #B1FA05; }
span { border-color: rgb(177,250,5); }
td.TdClassName
{
border-color: #B1FA05;
}
.TagClassName
{
border-color: #B1FA05;
}
</style>