Shades of Spring Bud #B1FF08
Tints of Spring Bud #B1FF08
RGB
CMYK
RGB Variations
Color information
#B1FF08 (or 0xB1FF08) is known color: Spring Bud. HEX triplet: B1, FF and 08. RGB value is (177,255,8). Sum of RGB (Red+Green+Blue) = 177+255+8=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 8 (3.52% from 255 or 1.82% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1FF08 is #4E00F7. Grayscale: #CCCCCC. Windows color (decimal): -5112056 or 589745. OLE color: 589745.
HSL color Cylindrical-coordinate representation of color #B1FF08: hue angle of 78.95º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1FF08 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 8 | - |
| CMYK | 0.31 | 0 | 0.97 | 0 |
| HSL | 78.95º | 1% | 0.52% | - |
| HSV(B) | 78.95º | 0.97% | 1% | - |
| XYZ | 53.94 | 80.88 | 13 | - |
| YUV | 203.52 | 17.66 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 8 | 0.31 | 0 | 0.97 | 0 | 78.95 | 1 | 0.52 |
| Hex | B1 | FF | 8 | 1F | 0 | 61 | 0 | 4F | 64 | 34 |
| Octal | 261 | 377 | 10 | 37 | 0 | 141 | 0 | 117 | 144 | 64 |
| Binary | 10110001 | 11111111 | 1000 | 11111 | 0 | 1100001 | 0 | 1001111 | 1100100 | 110100 |
Color Harmonies of #B1FF08
Complementary color
Monochromatic Colors of #B1FF08
Black with #B1FF08
Text Example
Text Example
White with #B1FF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF08; }
p { color: rgb(177,255,8); }
H1.HeaderClassName
{
color: #B1FF08;
}
.AnyTagClassName
{
color: #B1FF08;
}
</style>
background-color css
<style>
a { background-color: #B1FF08; }
a { background-color: rgb(177,255,8); }
div.DivClassName
{
background-color: #B1FF08;
}
.BgClassName
{
background-color: #B1FF08;
}
</style>
border-color css
<style>
span { border-color: #B1FF08; }
span { border-color: rgb(177,255,8); }
td.TdClassName
{
border-color: #B1FF08;
}
.TagClassName
{
border-color: #B1FF08;
}
</style>