Shades of Spring Bud #B0FF16
Tints of Spring Bud #B0FF16
RGB
CMYK
RGB Variations
Color information
#B0FF16 (or 0xB0FF16) is known color: Spring Bud. HEX triplet: B0, FF and 16. RGB value is (176,255,22). Sum of RGB (Red+Green+Blue) = 176+255+22=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 22 (8.98% from 255 or 4.86% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF16 is #4F00E9. Grayscale: #CDCDCD. Windows color (decimal): -5177578 or 1507248. OLE color: 1507248.
HSL color Cylindrical-coordinate representation of color #B0FF16: hue angle of 80.34º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0FF16 is Cyan = 0.31, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 22 | - |
| CMYK | 0.31 | 0 | 0.91 | 0 |
| HSL | 80.34º | 1% | 0.54% | - |
| HSV(B) | 80.34º | 0.91% | 1% | - |
| XYZ | 53.81 | 80.81 | 13.52 | - |
| YUV | 204.82 | 24.83 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 22 | 0.31 | 0 | 0.91 | 0 | 80.34 | 1 | 0.54 |
| Hex | B0 | FF | 16 | 1F | 0 | 5B | 0 | 50 | 64 | 36 |
| Octal | 260 | 377 | 26 | 37 | 0 | 133 | 0 | 120 | 144 | 66 |
| Binary | 10110000 | 11111111 | 10110 | 11111 | 0 | 1011011 | 0 | 1010000 | 1100100 | 110110 |
Color Harmonies of #B0FF16
Complementary color
Monochromatic Colors of #B0FF16
Black with #B0FF16
Text Example
Text Example
White with #B0FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF16; }
p { color: rgb(176,255,22); }
H1.HeaderClassName
{
color: #B0FF16;
}
.AnyTagClassName
{
color: #B0FF16;
}
</style>
background-color css
<style>
a { background-color: #B0FF16; }
a { background-color: rgb(176,255,22); }
div.DivClassName
{
background-color: #B0FF16;
}
.BgClassName
{
background-color: #B0FF16;
}
</style>
border-color css
<style>
span { border-color: #B0FF16; }
span { border-color: rgb(176,255,22); }
td.TdClassName
{
border-color: #B0FF16;
}
.TagClassName
{
border-color: #B0FF16;
}
</style>