Shades of Spring Bud #B1F605
Tints of Spring Bud #B1F605
RGB
CMYK
RGB Variations
Color information
#B1F605 (or 0xB1F605) is known color: Spring Bud. HEX triplet: B1, F6 and 05. RGB value is (177,246,5). Sum of RGB (Red+Green+Blue) = 177+246+5=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 246 (96.48% from 255 or 57.48% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F605 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F605 is #4E09FA. Grayscale: #C6C6C6. Windows color (decimal): -5114363 or 390833. OLE color: 390833.
HSL color Cylindrical-coordinate representation of color #B1F605: hue angle of 77.18º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1F605 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 246 | 5 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.04 |
| HSL | 77.18º | 0.96% | 0.49% | - |
| HSV(B) | 77.18º | 0.98% | 0.96% | - |
| XYZ | 51.11 | 75.27 | 11.98 | - |
| YUV | 197.9 | 19.14 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 246 | 5 | 0.28 | 0 | 0.98 | 0.04 | 77.18 | 0.96 | 0.49 |
| Hex | B1 | F6 | 5 | 1C | 0 | 62 | 4 | 4D | 60 | 31 |
| Octal | 261 | 366 | 5 | 34 | 0 | 142 | 4 | 115 | 140 | 61 |
| Binary | 10110001 | 11110110 | 101 | 11100 | 0 | 1100010 | 100 | 1001101 | 1100000 | 110001 |
Color Harmonies of #B1F605
Complementary color
Monochromatic Colors of #B1F605
Black with #B1F605
Text Example
Text Example
White with #B1F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F605; }
p { color: rgb(177,246,5); }
H1.HeaderClassName
{
color: #B1F605;
}
.AnyTagClassName
{
color: #B1F605;
}
</style>
background-color css
<style>
a { background-color: #B1F605; }
a { background-color: rgb(177,246,5); }
div.DivClassName
{
background-color: #B1F605;
}
.BgClassName
{
background-color: #B1F605;
}
</style>
border-color css
<style>
span { border-color: #B1F605; }
span { border-color: rgb(177,246,5); }
td.TdClassName
{
border-color: #B1F605;
}
.TagClassName
{
border-color: #B1F605;
}
</style>