Shades of Spring Bud #B0FA00
Tints of Spring Bud #B0FA00
RGB
CMYK
RGB Variations
Color information
#B0FA00 (or 0xB0FA00) is known color: Spring Bud. HEX triplet: B0, FA and 00. RGB value is (176,250,0). Sum of RGB (Red+Green+Blue) = 176+250+0=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 250 (98.05% from 255 or 58.69% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FA00 is #4F05FF. Grayscale: #C8C8C8. Windows color (decimal): -5178880 or 64176. OLE color: 64176.
HSL color Cylindrical-coordinate representation of color #B0FA00: hue angle of 77.76º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0FA00 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.02 |
| HSL | 77.76º | 1% | 0.49% | - |
| HSV(B) | 77.76º | 1% | 0.98% | - |
| XYZ | 52.09 | 77.6 | 12.23 | - |
| YUV | 199.37 | 15.48 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 0 | 0.30 | 0 | 1 | 0.02 | 77.76 | 1 | 0.49 |
| Hex | B0 | FA | 0 | 1E | 0 | 64 | 2 | 4E | 64 | 31 |
| Octal | 260 | 372 | 0 | 36 | 0 | 144 | 2 | 116 | 144 | 61 |
| Binary | 10110000 | 11111010 | 0 | 11110 | 0 | 1100100 | 10 | 1001110 | 1100100 | 110001 |
Color Harmonies of #B0FA00
Complementary color
Monochromatic Colors of #B0FA00
Black with #B0FA00
Text Example
Text Example
White with #B0FA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA00; }
p { color: rgb(176,250,0); }
H1.HeaderClassName
{
color: #B0FA00;
}
.AnyTagClassName
{
color: #B0FA00;
}
</style>
background-color css
<style>
a { background-color: #B0FA00; }
a { background-color: rgb(176,250,0); }
div.DivClassName
{
background-color: #B0FA00;
}
.BgClassName
{
background-color: #B0FA00;
}
</style>
border-color css
<style>
span { border-color: #B0FA00; }
span { border-color: rgb(176,250,0); }
td.TdClassName
{
border-color: #B0FA00;
}
.TagClassName
{
border-color: #B0FA00;
}
</style>