Shades of Spring Bud #B2F70B
Tints of Spring Bud #B2F70B
RGB
CMYK
RGB Variations
Color information
#B2F70B (or 0xB2F70B) is known color: Spring Bud. HEX triplet: B2, F7 and 0B. RGB value is (178,247,11). Sum of RGB (Red+Green+Blue) = 178+247+11=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 247 (96.88% from 255 or 56.65% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F70B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F70B is #4D08F4. Grayscale: #C8C8C8. Windows color (decimal): -5048565 or 784306. OLE color: 784306.
HSL color Cylindrical-coordinate representation of color #B2F70B: hue angle of 77.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2F70B is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 11 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.03 |
| HSL | 77.54º | 0.94% | 0.51% | - |
| HSV(B) | 77.54º | 0.96% | 0.97% | - |
| XYZ | 51.68 | 76.01 | 12.26 | - |
| YUV | 199.47 | 21.64 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 11 | 0.28 | 0 | 0.96 | 0.03 | 77.54 | 0.94 | 0.51 |
| Hex | B2 | F7 | B | 1C | 0 | 60 | 3 | 4E | 5E | 33 |
| Octal | 262 | 367 | 13 | 34 | 0 | 140 | 3 | 116 | 136 | 63 |
| Binary | 10110010 | 11110111 | 1011 | 11100 | 0 | 1100000 | 11 | 1001110 | 1011110 | 110011 |
Color Harmonies of #B2F70B
Complementary color
Monochromatic Colors of #B2F70B
Black with #B2F70B
Text Example
Text Example
White with #B2F70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F70B; }
p { color: rgb(178,247,11); }
H1.HeaderClassName
{
color: #B2F70B;
}
.AnyTagClassName
{
color: #B2F70B;
}
</style>
background-color css
<style>
a { background-color: #B2F70B; }
a { background-color: rgb(178,247,11); }
div.DivClassName
{
background-color: #B2F70B;
}
.BgClassName
{
background-color: #B2F70B;
}
</style>
border-color css
<style>
span { border-color: #B2F70B; }
span { border-color: rgb(178,247,11); }
td.TdClassName
{
border-color: #B2F70B;
}
.TagClassName
{
border-color: #B2F70B;
}
</style>