Shades of Spring Bud #B1F70A
Tints of Spring Bud #B1F70A
RGB
CMYK
RGB Variations
Color information
#B1F70A (or 0xB1F70A) is known color: Spring Bud. HEX triplet: B1, F7 and 0A. RGB value is (177,247,10). Sum of RGB (Red+Green+Blue) = 177+247+10=434 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.78% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 10 (4.30% from 255 or 2.30% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F70A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F70A is #4E08F5. Grayscale: #C7C7C7. Windows color (decimal): -5114102 or 718769. OLE color: 718769.
HSL color Cylindrical-coordinate representation of color #B1F70A: hue angle of 77.72º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1F70A is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 247 | 10 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.03 |
| HSL | 77.72º | 0.94% | 0.5% | - |
| HSV(B) | 77.72º | 0.96% | 0.97% | - |
| XYZ | 51.45 | 75.89 | 12.22 | - |
| YUV | 199.05 | 21.31 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 247 | 10 | 0.28 | 0 | 0.96 | 0.03 | 77.72 | 0.94 | 0.5 |
| Hex | B1 | F7 | A | 1C | 0 | 60 | 3 | 4E | 5E | 32 |
| Octal | 261 | 367 | 12 | 34 | 0 | 140 | 3 | 116 | 136 | 62 |
| Binary | 10110001 | 11110111 | 1010 | 11100 | 0 | 1100000 | 11 | 1001110 | 1011110 | 110010 |
Color Harmonies of #B1F70A
Complementary color
Monochromatic Colors of #B1F70A
Black with #B1F70A
Text Example
Text Example
White with #B1F70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F70A; }
p { color: rgb(177,247,10); }
H1.HeaderClassName
{
color: #B1F70A;
}
.AnyTagClassName
{
color: #B1F70A;
}
</style>
background-color css
<style>
a { background-color: #B1F70A; }
a { background-color: rgb(177,247,10); }
div.DivClassName
{
background-color: #B1F70A;
}
.BgClassName
{
background-color: #B1F70A;
}
</style>
border-color css
<style>
span { border-color: #B1F70A; }
span { border-color: rgb(177,247,10); }
td.TdClassName
{
border-color: #B1F70A;
}
.TagClassName
{
border-color: #B1F70A;
}
</style>