Shades of Spring Bud #B1F40B
Tints of Spring Bud #B1F40B
RGB
CMYK
RGB Variations
Color information
#B1F40B (or 0xB1F40B) is known color: Spring Bud. HEX triplet: B1, F4 and 0B. RGB value is (177,244,11). Sum of RGB (Red+Green+Blue) = 177+244+11=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 11 (4.69% from 255 or 2.55% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F40B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F40B is #4E0BF4. Grayscale: #C6C6C6. Windows color (decimal): -5114869 or 783537. OLE color: 783537.
HSL color Cylindrical-coordinate representation of color #B1F40B: hue angle of 77.25º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B1F40B is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 11 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.04 |
| HSL | 77.25º | 0.91% | 0.5% | - |
| HSV(B) | 77.25º | 0.95% | 0.96% | - |
| XYZ | 50.54 | 74.07 | 11.95 | - |
| YUV | 197.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 11 | 0.27 | 0 | 0.95 | 0.04 | 77.25 | 0.91 | 0.5 |
| Hex | B1 | F4 | B | 1B | 0 | 5F | 4 | 4D | 5B | 32 |
| Octal | 261 | 364 | 13 | 33 | 0 | 137 | 4 | 115 | 133 | 62 |
| Binary | 10110001 | 11110100 | 1011 | 11011 | 0 | 1011111 | 100 | 1001101 | 1011011 | 110010 |
Color Harmonies of #B1F40B
Complementary color
Monochromatic Colors of #B1F40B
Black with #B1F40B
Text Example
Text Example
White with #B1F40B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F40B; }
p { color: rgb(177,244,11); }
H1.HeaderClassName
{
color: #B1F40B;
}
.AnyTagClassName
{
color: #B1F40B;
}
</style>
background-color css
<style>
a { background-color: #B1F40B; }
a { background-color: rgb(177,244,11); }
div.DivClassName
{
background-color: #B1F40B;
}
.BgClassName
{
background-color: #B1F40B;
}
</style>
border-color css
<style>
span { border-color: #B1F40B; }
span { border-color: rgb(177,244,11); }
td.TdClassName
{
border-color: #B1F40B;
}
.TagClassName
{
border-color: #B1F40B;
}
</style>