Shades of Spring Bud #B1F607
Tints of Spring Bud #B1F607
RGB
CMYK
RGB Variations
Color information
#B1F607 (or 0xB1F607) is known color: Spring Bud. HEX triplet: B1, F6 and 07. RGB value is (177,246,7). Sum of RGB (Red+Green+Blue) = 177+246+7=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 7 (3.12% from 255 or 1.63% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F607 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F607 is #4E09F8. Grayscale: #C7C7C7. Windows color (decimal): -5114361 or 521905. OLE color: 521905.
HSL color Cylindrical-coordinate representation of color #B1F607: hue angle of 77.32º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1F607 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 246 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.04 |
| HSL | 77.32º | 0.94% | 0.5% | - |
| HSV(B) | 77.32º | 0.97% | 0.96% | - |
| XYZ | 51.13 | 75.27 | 12.04 | - |
| YUV | 198.12 | 20.14 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 246 | 7 | 0.28 | 0 | 0.97 | 0.04 | 77.32 | 0.94 | 0.5 |
| Hex | B1 | F6 | 7 | 1C | 0 | 61 | 4 | 4D | 5E | 32 |
| Octal | 261 | 366 | 7 | 34 | 0 | 141 | 4 | 115 | 136 | 62 |
| Binary | 10110001 | 11110110 | 111 | 11100 | 0 | 1100001 | 100 | 1001101 | 1011110 | 110010 |
Color Harmonies of #B1F607
Complementary color
Monochromatic Colors of #B1F607
Black with #B1F607
Text Example
Text Example
White with #B1F607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F607; }
p { color: rgb(177,246,7); }
H1.HeaderClassName
{
color: #B1F607;
}
.AnyTagClassName
{
color: #B1F607;
}
</style>
background-color css
<style>
a { background-color: #B1F607; }
a { background-color: rgb(177,246,7); }
div.DivClassName
{
background-color: #B1F607;
}
.BgClassName
{
background-color: #B1F607;
}
</style>
border-color css
<style>
span { border-color: #B1F607; }
span { border-color: rgb(177,246,7); }
td.TdClassName
{
border-color: #B1F607;
}
.TagClassName
{
border-color: #B1F607;
}
</style>