Shades of Spring Bud #B1FB0B
Tints of Spring Bud #B1FB0B
RGB
CMYK
RGB Variations
Color information
#B1FB0B (or 0xB1FB0B) is known color: Spring Bud. HEX triplet: B1, FB and 0B. RGB value is (177,251,11). Sum of RGB (Red+Green+Blue) = 177+251+11=439 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.32% from 439); Green value is 251 (98.44% from 255 or 57.18% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FB0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FB0B is #4E04F4. Grayscale: #CACACA. Windows color (decimal): -5113077 or 785329. OLE color: 785329.
HSL color Cylindrical-coordinate representation of color #B1FB0B: hue angle of 78.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1FB0B is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 11 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.02 |
| HSL | 78.5º | 0.97% | 0.51% | - |
| HSV(B) | 78.5º | 0.96% | 0.98% | - |
| XYZ | 52.69 | 78.37 | 12.67 | - |
| YUV | 201.51 | 20.48 | 110.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 11 | 0.29 | 0 | 0.96 | 0.02 | 78.5 | 0.97 | 0.51 |
| Hex | B1 | FB | B | 1D | 0 | 60 | 2 | 4E | 61 | 33 |
| Octal | 261 | 373 | 13 | 35 | 0 | 140 | 2 | 116 | 141 | 63 |
| Binary | 10110001 | 11111011 | 1011 | 11101 | 0 | 1100000 | 10 | 1001110 | 1100001 | 110011 |
Color Harmonies of #B1FB0B
Complementary color
Monochromatic Colors of #B1FB0B
Black with #B1FB0B
Text Example
Text Example
White with #B1FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FB0B; }
p { color: rgb(177,251,11); }
H1.HeaderClassName
{
color: #B1FB0B;
}
.AnyTagClassName
{
color: #B1FB0B;
}
</style>
background-color css
<style>
a { background-color: #B1FB0B; }
a { background-color: rgb(177,251,11); }
div.DivClassName
{
background-color: #B1FB0B;
}
.BgClassName
{
background-color: #B1FB0B;
}
</style>
border-color css
<style>
span { border-color: #B1FB0B; }
span { border-color: rgb(177,251,11); }
td.TdClassName
{
border-color: #B1FB0B;
}
.TagClassName
{
border-color: #B1FB0B;
}
</style>