Shades of Spring Bud #B0FF13
Tints of Spring Bud #B0FF13
RGB
CMYK
RGB Variations
Color information
#B0FF13 (or 0xB0FF13) is known color: Spring Bud. HEX triplet: B0, FF and 13. RGB value is (176,255,19). Sum of RGB (Red+Green+Blue) = 176+255+19=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 255 (100% from 255 or 56.67% from 450); Blue value is 19 (7.81% from 255 or 4.22% from 450); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF13 is #4F00EC. Grayscale: #CDCDCD. Windows color (decimal): -5177581 or 1310640. OLE color: 1310640.
HSL color Cylindrical-coordinate representation of color #B0FF13: hue angle of 80.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0FF13 is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 19 | - |
| CMYK | 0.31 | 0 | 0.93 | 0 |
| HSL | 80.08º | 1% | 0.54% | - |
| HSV(B) | 80.08º | 0.93% | 1% | - |
| XYZ | 53.78 | 80.8 | 13.38 | - |
| YUV | 204.48 | 23.33 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 19 | 0.31 | 0 | 0.93 | 0 | 80.08 | 1 | 0.54 |
| Hex | B0 | FF | 13 | 1F | 0 | 5D | 0 | 50 | 64 | 36 |
| Octal | 260 | 377 | 23 | 37 | 0 | 135 | 0 | 120 | 144 | 66 |
| Binary | 10110000 | 11111111 | 10011 | 11111 | 0 | 1011101 | 0 | 1010000 | 1100100 | 110110 |
Color Harmonies of #B0FF13
Complementary color
Monochromatic Colors of #B0FF13
Black with #B0FF13
Text Example
Text Example
White with #B0FF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF13; }
p { color: rgb(176,255,19); }
H1.HeaderClassName
{
color: #B0FF13;
}
.AnyTagClassName
{
color: #B0FF13;
}
</style>
background-color css
<style>
a { background-color: #B0FF13; }
a { background-color: rgb(176,255,19); }
div.DivClassName
{
background-color: #B0FF13;
}
.BgClassName
{
background-color: #B0FF13;
}
</style>
border-color css
<style>
span { border-color: #B0FF13; }
span { border-color: rgb(176,255,19); }
td.TdClassName
{
border-color: #B0FF13;
}
.TagClassName
{
border-color: #B0FF13;
}
</style>