Shades of Spring Bud #B0FF01
Tints of Spring Bud #B0FF01
RGB
CMYK
RGB Variations
Color information
#B0FF01 (or 0xB0FF01) is known color: Spring Bud. HEX triplet: B0, FF and 01. RGB value is (176,255,1). Sum of RGB (Red+Green+Blue) = 176+255+1=432 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.74% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF01 is #4F00FE. Grayscale: #CBCBCB. Windows color (decimal): -5177599 or 130992. OLE color: 130992.
HSL color Cylindrical-coordinate representation of color #B0FF01: hue angle of 78.66º 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 #B0FF01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0 |
| HSL | 78.66º | 1% | 0.5% | - |
| HSV(B) | 78.66º | 1% | 1% | - |
| XYZ | 53.67 | 80.75 | 12.79 | - |
| YUV | 202.42 | 14.33 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 1 | 0.31 | 0 | 1.00 | 0 | 78.66 | 1 | 0.5 |
| Hex | B0 | FF | 1 | 1F | 0 | 64 | 0 | 4F | 64 | 32 |
| Octal | 260 | 377 | 1 | 37 | 0 | 144 | 0 | 117 | 144 | 62 |
| Binary | 10110000 | 11111111 | 1 | 11111 | 0 | 1100100 | 0 | 1001111 | 1100100 | 110010 |
Color Harmonies of #B0FF01
Complementary color
Monochromatic Colors of #B0FF01
Black with #B0FF01
Text Example
Text Example
White with #B0FF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF01; }
p { color: rgb(176,255,1); }
H1.HeaderClassName
{
color: #B0FF01;
}
.AnyTagClassName
{
color: #B0FF01;
}
</style>
background-color css
<style>
a { background-color: #B0FF01; }
a { background-color: rgb(176,255,1); }
div.DivClassName
{
background-color: #B0FF01;
}
.BgClassName
{
background-color: #B0FF01;
}
</style>
border-color css
<style>
span { border-color: #B0FF01; }
span { border-color: rgb(176,255,1); }
td.TdClassName
{
border-color: #B0FF01;
}
.TagClassName
{
border-color: #B0FF01;
}
</style>