Shades of Spring Bud #B0FE04
Tints of Spring Bud #B0FE04
RGB
CMYK
RGB Variations
Color information
#B0FE04 (or 0xB0FE04) is known color: Spring Bud. HEX triplet: B0, FE and 04. RGB value is (176,254,4). Sum of RGB (Red+Green+Blue) = 176+254+4=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 254 (99.61% from 255 or 58.53% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE04 is #4F01FB. Grayscale: #CBCBCB. Windows color (decimal): -5177852 or 327344. OLE color: 327344.
HSL color Cylindrical-coordinate representation of color #B0FE04: hue angle of 78.72º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0FE04 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 4 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.00 |
| HSL | 78.72º | 0.99% | 0.51% | - |
| HSV(B) | 78.72º | 0.98% | 1% | - |
| XYZ | 53.37 | 80.12 | 12.77 | - |
| YUV | 202.18 | 16.16 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 4 | 0.31 | 0 | 0.98 | 0.00 | 78.72 | 0.99 | 0.51 |
| Hex | B0 | FE | 4 | 1F | 0 | 62 | 0 | 4F | 63 | 33 |
| Octal | 260 | 376 | 4 | 37 | 0 | 142 | 0 | 117 | 143 | 63 |
| Binary | 10110000 | 11111110 | 100 | 11111 | 0 | 1100010 | 0 | 1001111 | 1100011 | 110011 |
Color Harmonies of #B0FE04
Complementary color
Monochromatic Colors of #B0FE04
Black with #B0FE04
Text Example
Text Example
White with #B0FE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE04; }
p { color: rgb(176,254,4); }
H1.HeaderClassName
{
color: #B0FE04;
}
.AnyTagClassName
{
color: #B0FE04;
}
</style>
background-color css
<style>
a { background-color: #B0FE04; }
a { background-color: rgb(176,254,4); }
div.DivClassName
{
background-color: #B0FE04;
}
.BgClassName
{
background-color: #B0FE04;
}
</style>
border-color css
<style>
span { border-color: #B0FE04; }
span { border-color: rgb(176,254,4); }
td.TdClassName
{
border-color: #B0FE04;
}
.TagClassName
{
border-color: #B0FE04;
}
</style>