Shades of Spring Bud #B0FE05
Tints of Spring Bud #B0FE05
RGB
CMYK
RGB Variations
Color information
#B0FE05 (or 0xB0FE05) is known color: Spring Bud. HEX triplet: B0, FE and 05. RGB value is (176,254,5). Sum of RGB (Red+Green+Blue) = 176+254+5=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 254 (99.61% from 255 or 58.39% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE05 is #4F01FA. Grayscale: #CBCBCB. Windows color (decimal): -5177851 or 392880. OLE color: 392880.
HSL color Cylindrical-coordinate representation of color #B0FE05: hue angle of 78.8º 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 #B0FE05 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 5 | - |
| CMYK | 0.31 | 0 | 0.98 | 0.00 |
| HSL | 78.8º | 0.99% | 0.51% | - |
| HSV(B) | 78.8º | 0.98% | 1% | - |
| XYZ | 53.37 | 80.12 | 12.8 | - |
| YUV | 202.29 | 16.66 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 5 | 0.31 | 0 | 0.98 | 0.00 | 78.8 | 0.99 | 0.51 |
| Hex | B0 | FE | 5 | 1F | 0 | 62 | 0 | 4F | 63 | 33 |
| Octal | 260 | 376 | 5 | 37 | 0 | 142 | 0 | 117 | 143 | 63 |
| Binary | 10110000 | 11111110 | 101 | 11111 | 0 | 1100010 | 0 | 1001111 | 1100011 | 110011 |
Color Harmonies of #B0FE05
Complementary color
Monochromatic Colors of #B0FE05
Black with #B0FE05
Text Example
Text Example
White with #B0FE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE05; }
p { color: rgb(176,254,5); }
H1.HeaderClassName
{
color: #B0FE05;
}
.AnyTagClassName
{
color: #B0FE05;
}
</style>
background-color css
<style>
a { background-color: #B0FE05; }
a { background-color: rgb(176,254,5); }
div.DivClassName
{
background-color: #B0FE05;
}
.BgClassName
{
background-color: #B0FE05;
}
</style>
border-color css
<style>
span { border-color: #B0FE05; }
span { border-color: rgb(176,254,5); }
td.TdClassName
{
border-color: #B0FE05;
}
.TagClassName
{
border-color: #B0FE05;
}
</style>