Shades of Spring Bud #B2F701
Tints of Spring Bud #B2F701
RGB
CMYK
RGB Variations
Color information
#B2F701 (or 0xB2F701) is known color: Spring Bud. HEX triplet: B2, F7 and 01. RGB value is (178,247,1). Sum of RGB (Red+Green+Blue) = 178+247+1=426 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.78% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 1 (0.78% from 255 or 0.23% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F701 is #4D08FE. Grayscale: #C7C7C7. Windows color (decimal): -5048575 or 128946. OLE color: 128946.
HSL color Cylindrical-coordinate representation of color #B2F701: hue angle of 76.83º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2F701 is Cyan = 0.28, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 1 | - |
| CMYK | 0.28 | 0 | 1.00 | 0.03 |
| HSL | 76.83º | 0.99% | 0.49% | - |
| HSV(B) | 76.83º | 1% | 0.97% | - |
| XYZ | 51.63 | 75.99 | 11.98 | - |
| YUV | 198.33 | 16.64 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 1 | 0.28 | 0 | 1.00 | 0.03 | 76.83 | 0.99 | 0.49 |
| Hex | B2 | F7 | 1 | 1C | 0 | 64 | 3 | 4D | 63 | 31 |
| Octal | 262 | 367 | 1 | 34 | 0 | 144 | 3 | 115 | 143 | 61 |
| Binary | 10110010 | 11110111 | 1 | 11100 | 0 | 1100100 | 11 | 1001101 | 1100011 | 110001 |
Color Harmonies of #B2F701
Complementary color
Monochromatic Colors of #B2F701
Black with #B2F701
Text Example
Text Example
White with #B2F701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F701; }
p { color: rgb(178,247,1); }
H1.HeaderClassName
{
color: #B2F701;
}
.AnyTagClassName
{
color: #B2F701;
}
</style>
background-color css
<style>
a { background-color: #B2F701; }
a { background-color: rgb(178,247,1); }
div.DivClassName
{
background-color: #B2F701;
}
.BgClassName
{
background-color: #B2F701;
}
</style>
border-color css
<style>
span { border-color: #B2F701; }
span { border-color: rgb(178,247,1); }
td.TdClassName
{
border-color: #B2F701;
}
.TagClassName
{
border-color: #B2F701;
}
</style>