Shades of Spring Bud #B0FF0E
Tints of Spring Bud #B0FF0E
RGB
CMYK
RGB Variations
Color information
#B0FF0E (or 0xB0FF0E) is known color: Spring Bud. HEX triplet: B0, FF and 0E. RGB value is (176,255,14). Sum of RGB (Red+Green+Blue) = 176+255+14=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 255 (100% from 255 or 57.30% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF0E is #4F00F1. Grayscale: #CCCCCC. Windows color (decimal): -5177586 or 982960. OLE color: 982960.
HSL color Cylindrical-coordinate representation of color #B0FF0E: hue angle of 79.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0FF0E is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 14 | - |
| CMYK | 0.31 | 0 | 0.95 | 0 |
| HSL | 79.67º | 1% | 0.53% | - |
| HSV(B) | 79.67º | 0.95% | 1% | - |
| XYZ | 53.74 | 80.78 | 13.18 | - |
| YUV | 203.91 | 20.83 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 14 | 0.31 | 0 | 0.95 | 0 | 79.67 | 1 | 0.53 |
| Hex | B0 | FF | E | 1F | 0 | 5F | 0 | 50 | 64 | 35 |
| Octal | 260 | 377 | 16 | 37 | 0 | 137 | 0 | 120 | 144 | 65 |
| Binary | 10110000 | 11111111 | 1110 | 11111 | 0 | 1011111 | 0 | 1010000 | 1100100 | 110101 |
Color Harmonies of #B0FF0E
Complementary color
Monochromatic Colors of #B0FF0E
Black with #B0FF0E
Text Example
Text Example
White with #B0FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF0E; }
p { color: rgb(176,255,14); }
H1.HeaderClassName
{
color: #B0FF0E;
}
.AnyTagClassName
{
color: #B0FF0E;
}
</style>
background-color css
<style>
a { background-color: #B0FF0E; }
a { background-color: rgb(176,255,14); }
div.DivClassName
{
background-color: #B0FF0E;
}
.BgClassName
{
background-color: #B0FF0E;
}
</style>
border-color css
<style>
span { border-color: #B0FF0E; }
span { border-color: rgb(176,255,14); }
td.TdClassName
{
border-color: #B0FF0E;
}
.TagClassName
{
border-color: #B0FF0E;
}
</style>