Shades of Spring Bud #B0FF06
Tints of Spring Bud #B0FF06
RGB
CMYK
RGB Variations
Color information
#B0FF06 (or 0xB0FF06) is known color: Spring Bud. HEX triplet: B0, FF and 06. RGB value is (176,255,6). Sum of RGB (Red+Green+Blue) = 176+255+6=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 255 (100% from 255 or 58.35% from 437); Blue value is 6 (2.73% from 255 or 1.37% from 437); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF06 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF06 is #4F00F9. Grayscale: #CBCBCB. Windows color (decimal): -5177594 or 458672. OLE color: 458672.
HSL color Cylindrical-coordinate representation of color #B0FF06: hue angle of 79.04º 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 #B0FF06 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 6 | - |
| CMYK | 0.31 | 0 | 0.98 | 0 |
| HSL | 79.04º | 1% | 0.51% | - |
| HSV(B) | 79.04º | 0.98% | 1% | - |
| XYZ | 53.7 | 80.76 | 12.93 | - |
| YUV | 202.99 | 16.83 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 6 | 0.31 | 0 | 0.98 | 0 | 79.04 | 1 | 0.51 |
| Hex | B0 | FF | 6 | 1F | 0 | 62 | 0 | 4F | 64 | 33 |
| Octal | 260 | 377 | 6 | 37 | 0 | 142 | 0 | 117 | 144 | 63 |
| Binary | 10110000 | 11111111 | 110 | 11111 | 0 | 1100010 | 0 | 1001111 | 1100100 | 110011 |
Color Harmonies of #B0FF06
Complementary color
Monochromatic Colors of #B0FF06
Black with #B0FF06
Text Example
Text Example
White with #B0FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF06; }
p { color: rgb(176,255,6); }
H1.HeaderClassName
{
color: #B0FF06;
}
.AnyTagClassName
{
color: #B0FF06;
}
</style>
background-color css
<style>
a { background-color: #B0FF06; }
a { background-color: rgb(176,255,6); }
div.DivClassName
{
background-color: #B0FF06;
}
.BgClassName
{
background-color: #B0FF06;
}
</style>
border-color css
<style>
span { border-color: #B0FF06; }
span { border-color: rgb(176,255,6); }
td.TdClassName
{
border-color: #B0FF06;
}
.TagClassName
{
border-color: #B0FF06;
}
</style>