Shades of Spring Bud #B1F810
Tints of Spring Bud #B1F810
RGB
CMYK
RGB Variations
Color information
#B1F810 (or 0xB1F810) is known color: Spring Bud. HEX triplet: B1, F8 and 10. RGB value is (177,248,16). Sum of RGB (Red+Green+Blue) = 177+248+16=441 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.14% from 441); Green value is 248 (97.27% from 255 or 56.24% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F810 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F810 is #4E07EF. Grayscale: #C9C9C9. Windows color (decimal): -5113840 or 1112241. OLE color: 1112241.
HSL color Cylindrical-coordinate representation of color #B1F810: hue angle of 78.36º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B1F810 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 16 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.03 |
| HSL | 78.36º | 0.94% | 0.52% | - |
| HSV(B) | 78.36º | 0.94% | 0.97% | - |
| XYZ | 51.79 | 76.52 | 12.53 | - |
| YUV | 200.32 | 23.98 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 16 | 0.29 | 0 | 0.94 | 0.03 | 78.36 | 0.94 | 0.52 |
| Hex | B1 | F8 | 10 | 1D | 0 | 5E | 3 | 4E | 5E | 34 |
| Octal | 261 | 370 | 20 | 35 | 0 | 136 | 3 | 116 | 136 | 64 |
| Binary | 10110001 | 11111000 | 10000 | 11101 | 0 | 1011110 | 11 | 1001110 | 1011110 | 110100 |
Color Harmonies of #B1F810
Complementary color
Monochromatic Colors of #B1F810
Black with #B1F810
Text Example
Text Example
White with #B1F810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F810; }
p { color: rgb(177,248,16); }
H1.HeaderClassName
{
color: #B1F810;
}
.AnyTagClassName
{
color: #B1F810;
}
</style>
background-color css
<style>
a { background-color: #B1F810; }
a { background-color: rgb(177,248,16); }
div.DivClassName
{
background-color: #B1F810;
}
.BgClassName
{
background-color: #B1F810;
}
</style>
border-color css
<style>
span { border-color: #B1F810; }
span { border-color: rgb(177,248,16); }
td.TdClassName
{
border-color: #B1F810;
}
.TagClassName
{
border-color: #B1F810;
}
</style>