Shades of Spring Bud #B1F60A
Tints of Spring Bud #B1F60A
RGB
CMYK
RGB Variations
Color information
#B1F60A (or 0xB1F60A) is known color: Spring Bud. HEX triplet: B1, F6 and 0A. RGB value is (177,246,10). Sum of RGB (Red+Green+Blue) = 177+246+10=433 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.88% from 433); Green value is 246 (96.48% from 255 or 56.81% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F60A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F60A is #4E09F5. Grayscale: #C7C7C7. Windows color (decimal): -5114358 or 718513. OLE color: 718513.
HSL color Cylindrical-coordinate representation of color #B1F60A: hue angle of 77.54º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1F60A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 246 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.04 |
| HSL | 77.54º | 0.93% | 0.5% | - |
| HSV(B) | 77.54º | 0.96% | 0.96% | - |
| XYZ | 51.14 | 75.28 | 12.12 | - |
| YUV | 198.47 | 21.64 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 246 | 10 | 0.28 | 0 | 0.96 | 0.04 | 77.54 | 0.93 | 0.5 |
| Hex | B1 | F6 | A | 1C | 0 | 60 | 4 | 4E | 5D | 32 |
| Octal | 261 | 366 | 12 | 34 | 0 | 140 | 4 | 116 | 135 | 62 |
| Binary | 10110001 | 11110110 | 1010 | 11100 | 0 | 1100000 | 100 | 1001110 | 1011101 | 110010 |
Color Harmonies of #B1F60A
Complementary color
Monochromatic Colors of #B1F60A
Black with #B1F60A
Text Example
Text Example
White with #B1F60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F60A; }
p { color: rgb(177,246,10); }
H1.HeaderClassName
{
color: #B1F60A;
}
.AnyTagClassName
{
color: #B1F60A;
}
</style>
background-color css
<style>
a { background-color: #B1F60A; }
a { background-color: rgb(177,246,10); }
div.DivClassName
{
background-color: #B1F60A;
}
.BgClassName
{
background-color: #B1F60A;
}
</style>
border-color css
<style>
span { border-color: #B1F60A; }
span { border-color: rgb(177,246,10); }
td.TdClassName
{
border-color: #B1F60A;
}
.TagClassName
{
border-color: #B1F60A;
}
</style>