Shades of Spring Bud #B0FC16
Tints of Spring Bud #B0FC16
RGB
CMYK
RGB Variations
Color information
#B0FC16 (or 0xB0FC16) is known color: Spring Bud. HEX triplet: B0, FC and 16. RGB value is (176,252,22). Sum of RGB (Red+Green+Blue) = 176+252+22=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 252 (98.83% from 255 or 56% from 450); Blue value is 22 (8.98% from 255 or 4.89% from 450); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC16 is #4F03E9. Grayscale: #CBCBCB. Windows color (decimal): -5178346 or 1506480. OLE color: 1506480.
HSL color Cylindrical-coordinate representation of color #B0FC16: hue angle of 79.83º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0FC16 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 22 | - |
| CMYK | 0.30 | 0 | 0.91 | 0.01 |
| HSL | 79.83º | 0.97% | 0.54% | - |
| HSV(B) | 79.83º | 0.91% | 0.99% | - |
| XYZ | 52.86 | 78.91 | 13.2 | - |
| YUV | 203.06 | 25.82 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 22 | 0.30 | 0 | 0.91 | 0.01 | 79.83 | 0.97 | 0.54 |
| Hex | B0 | FC | 16 | 1E | 0 | 5B | 1 | 50 | 61 | 36 |
| Octal | 260 | 374 | 26 | 36 | 0 | 133 | 1 | 120 | 141 | 66 |
| Binary | 10110000 | 11111100 | 10110 | 11110 | 0 | 1011011 | 1 | 1010000 | 1100001 | 110110 |
Color Harmonies of #B0FC16
Complementary color
Monochromatic Colors of #B0FC16
Black with #B0FC16
Text Example
Text Example
White with #B0FC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC16; }
p { color: rgb(176,252,22); }
H1.HeaderClassName
{
color: #B0FC16;
}
.AnyTagClassName
{
color: #B0FC16;
}
</style>
background-color css
<style>
a { background-color: #B0FC16; }
a { background-color: rgb(176,252,22); }
div.DivClassName
{
background-color: #B0FC16;
}
.BgClassName
{
background-color: #B0FC16;
}
</style>
border-color css
<style>
span { border-color: #B0FC16; }
span { border-color: rgb(176,252,22); }
td.TdClassName
{
border-color: #B0FC16;
}
.TagClassName
{
border-color: #B0FC16;
}
</style>