Shades of Spring Bud #B0FE11
Tints of Spring Bud #B0FE11
RGB
CMYK
RGB Variations
Color information
#B0FE11 (or 0xB0FE11) is known color: Spring Bud. HEX triplet: B0, FE and 11. RGB value is (176,254,17). Sum of RGB (Red+Green+Blue) = 176+254+17=447 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.37% from 447); Green value is 254 (99.61% from 255 or 56.82% from 447); Blue value is 17 (7.03% from 255 or 3.80% from 447); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FE11 is #4F01EE. Grayscale: #CCCCCC. Windows color (decimal): -5177839 or 1179312. OLE color: 1179312.
HSL color Cylindrical-coordinate representation of color #B0FE11: hue angle of 79.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0FE11 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 17 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.00 |
| HSL | 79.75º | 0.99% | 0.53% | - |
| HSV(B) | 79.75º | 0.93% | 1% | - |
| XYZ | 53.45 | 80.15 | 13.18 | - |
| YUV | 203.66 | 22.66 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 17 | 0.31 | 0 | 0.93 | 0.00 | 79.75 | 0.99 | 0.53 |
| Hex | B0 | FE | 11 | 1F | 0 | 5D | 0 | 50 | 63 | 35 |
| Octal | 260 | 376 | 21 | 37 | 0 | 135 | 0 | 120 | 143 | 65 |
| Binary | 10110000 | 11111110 | 10001 | 11111 | 0 | 1011101 | 0 | 1010000 | 1100011 | 110101 |
Color Harmonies of #B0FE11
Complementary color
Monochromatic Colors of #B0FE11
Black with #B0FE11
Text Example
Text Example
White with #B0FE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE11; }
p { color: rgb(176,254,17); }
H1.HeaderClassName
{
color: #B0FE11;
}
.AnyTagClassName
{
color: #B0FE11;
}
</style>
background-color css
<style>
a { background-color: #B0FE11; }
a { background-color: rgb(176,254,17); }
div.DivClassName
{
background-color: #B0FE11;
}
.BgClassName
{
background-color: #B0FE11;
}
</style>
border-color css
<style>
span { border-color: #B0FE11; }
span { border-color: rgb(176,254,17); }
td.TdClassName
{
border-color: #B0FE11;
}
.TagClassName
{
border-color: #B0FE11;
}
</style>