Shades of Spring Bud #B0F705
Tints of Spring Bud #B0F705
RGB
CMYK
RGB Variations
Color information
#B0F705 (or 0xB0F705) is known color: Spring Bud. HEX triplet: B0, F7 and 05. RGB value is (176,247,5). Sum of RGB (Red+Green+Blue) = 176+247+5=428 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.12% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F705 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F705 is #4F08FA. Grayscale: #C7C7C7. Windows color (decimal): -5179643 or 391088. OLE color: 391088.
HSL color Cylindrical-coordinate representation of color #B0F705: hue angle of 77.6º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B0F705 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.03 |
| HSL | 77.6º | 0.96% | 0.49% | - |
| HSV(B) | 77.6º | 0.98% | 0.97% | - |
| XYZ | 51.19 | 75.76 | 12.07 | - |
| YUV | 198.18 | 18.98 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 5 | 0.29 | 0 | 0.98 | 0.03 | 77.6 | 0.96 | 0.49 |
| Hex | B0 | F7 | 5 | 1D | 0 | 62 | 3 | 4E | 60 | 31 |
| Octal | 260 | 367 | 5 | 35 | 0 | 142 | 3 | 116 | 140 | 61 |
| Binary | 10110000 | 11110111 | 101 | 11101 | 0 | 1100010 | 11 | 1001110 | 1100000 | 110001 |
Color Harmonies of #B0F705
Complementary color
Monochromatic Colors of #B0F705
Black with #B0F705
Text Example
Text Example
White with #B0F705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F705; }
p { color: rgb(176,247,5); }
H1.HeaderClassName
{
color: #B0F705;
}
.AnyTagClassName
{
color: #B0F705;
}
</style>
background-color css
<style>
a { background-color: #B0F705; }
a { background-color: rgb(176,247,5); }
div.DivClassName
{
background-color: #B0F705;
}
.BgClassName
{
background-color: #B0F705;
}
</style>
border-color css
<style>
span { border-color: #B0F705; }
span { border-color: rgb(176,247,5); }
td.TdClassName
{
border-color: #B0F705;
}
.TagClassName
{
border-color: #B0F705;
}
</style>