Shades of Spring Bud #B1F300
Tints of Spring Bud #B1F300
RGB
CMYK
RGB Variations
Color information
#B1F300 (or 0xB1F300) is known color: Spring Bud. HEX triplet: B1, F3 and 00. RGB value is (177,243,0). Sum of RGB (Red+Green+Blue) = 177+243+0=420 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.14% from 420); Green value is 243 (95.31% from 255 or 57.86% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B1F300 is #4E0CFF. Grayscale: #C4C4C4. Windows color (decimal): -5115136 or 62385. OLE color: 62385.
HSL color Cylindrical-coordinate representation of color #B1F300: hue angle of 76.3º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B1F300 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 243 | 0 | - |
| CMYK | 0.27 | 0 | 1 | 0.05 |
| HSL | 76.3º | 1% | 0.48% | - |
| HSV(B) | 76.3º | 1% | 0.95% | - |
| XYZ | 50.18 | 73.45 | 11.53 | - |
| YUV | 195.56 | 17.63 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 243 | 0 | 0.27 | 0 | 1 | 0.05 | 76.3 | 1 | 0.48 |
| Hex | B1 | F3 | 0 | 1B | 0 | 64 | 5 | 4C | 64 | 30 |
| Octal | 261 | 363 | 0 | 33 | 0 | 144 | 5 | 114 | 144 | 60 |
| Binary | 10110001 | 11110011 | 0 | 11011 | 0 | 1100100 | 101 | 1001100 | 1100100 | 110000 |
Color Harmonies of #B1F300
Complementary color
Monochromatic Colors of #B1F300
Black with #B1F300
Text Example
Text Example
White with #B1F300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F300; }
p { color: rgb(177,243,0); }
H1.HeaderClassName
{
color: #B1F300;
}
.AnyTagClassName
{
color: #B1F300;
}
</style>
background-color css
<style>
a { background-color: #B1F300; }
a { background-color: rgb(177,243,0); }
div.DivClassName
{
background-color: #B1F300;
}
.BgClassName
{
background-color: #B1F300;
}
</style>
border-color css
<style>
span { border-color: #B1F300; }
span { border-color: rgb(177,243,0); }
td.TdClassName
{
border-color: #B1F300;
}
.TagClassName
{
border-color: #B1F300;
}
</style>