Shades of Spring Bud #B2F60F
Tints of Spring Bud #B2F60F
RGB
CMYK
RGB Variations
Color information
#B2F60F (or 0xB2F60F) is known color: Spring Bud. HEX triplet: B2, F6 and 0F. RGB value is (178,246,15). Sum of RGB (Red+Green+Blue) = 178+246+15=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 246 (96.48% from 255 or 56.04% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F60F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F60F is #4D09F0. Grayscale: #C8C8C8. Windows color (decimal): -5048817 or 1046194. OLE color: 1046194.
HSL color Cylindrical-coordinate representation of color #B2F60F: hue angle of 77.66º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2F60F is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 15 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.04 |
| HSL | 77.66º | 0.93% | 0.51% | - |
| HSV(B) | 77.66º | 0.94% | 0.96% | - |
| XYZ | 51.4 | 75.41 | 12.3 | - |
| YUV | 199.33 | 23.97 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 15 | 0.28 | 0 | 0.94 | 0.04 | 77.66 | 0.93 | 0.51 |
| Hex | B2 | F6 | F | 1C | 0 | 5E | 4 | 4E | 5D | 33 |
| Octal | 262 | 366 | 17 | 34 | 0 | 136 | 4 | 116 | 135 | 63 |
| Binary | 10110010 | 11110110 | 1111 | 11100 | 0 | 1011110 | 100 | 1001110 | 1011101 | 110011 |
Color Harmonies of #B2F60F
Complementary color
Monochromatic Colors of #B2F60F
Black with #B2F60F
Text Example
Text Example
White with #B2F60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F60F; }
p { color: rgb(178,246,15); }
H1.HeaderClassName
{
color: #B2F60F;
}
.AnyTagClassName
{
color: #B2F60F;
}
</style>
background-color css
<style>
a { background-color: #B2F60F; }
a { background-color: rgb(178,246,15); }
div.DivClassName
{
background-color: #B2F60F;
}
.BgClassName
{
background-color: #B2F60F;
}
</style>
border-color css
<style>
span { border-color: #B2F60F; }
span { border-color: rgb(178,246,15); }
td.TdClassName
{
border-color: #B2F60F;
}
.TagClassName
{
border-color: #B2F60F;
}
</style>