Shades of Spring Bud #B2F606
Tints of Spring Bud #B2F606
RGB
CMYK
RGB Variations
Color information
#B2F606 (or 0xB2F606) is known color: Spring Bud. HEX triplet: B2, F6 and 06. RGB value is (178,246,6). Sum of RGB (Red+Green+Blue) = 178+246+6=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 6 (2.73% from 255 or 1.40% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F606 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F606 is #4D09F9. Grayscale: #C7C7C7. Windows color (decimal): -5048826 or 456370. OLE color: 456370.
HSL color Cylindrical-coordinate representation of color #B2F606: hue angle of 77º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2F606 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 6 | - |
| CMYK | 0.28 | 0 | 0.98 | 0.04 |
| HSL | 77º | 0.95% | 0.49% | - |
| HSV(B) | 77º | 0.98% | 0.96% | - |
| XYZ | 51.35 | 75.39 | 12.02 | - |
| YUV | 198.31 | 19.47 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 6 | 0.28 | 0 | 0.98 | 0.04 | 77 | 0.95 | 0.49 |
| Hex | B2 | F6 | 6 | 1C | 0 | 62 | 4 | 4D | 5F | 31 |
| Octal | 262 | 366 | 6 | 34 | 0 | 142 | 4 | 115 | 137 | 61 |
| Binary | 10110010 | 11110110 | 110 | 11100 | 0 | 1100010 | 100 | 1001101 | 1011111 | 110001 |
Color Harmonies of #B2F606
Complementary color
Monochromatic Colors of #B2F606
Black with #B2F606
Text Example
Text Example
White with #B2F606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F606; }
p { color: rgb(178,246,6); }
H1.HeaderClassName
{
color: #B2F606;
}
.AnyTagClassName
{
color: #B2F606;
}
</style>
background-color css
<style>
a { background-color: #B2F606; }
a { background-color: rgb(178,246,6); }
div.DivClassName
{
background-color: #B2F606;
}
.BgClassName
{
background-color: #B2F606;
}
</style>
border-color css
<style>
span { border-color: #B2F606; }
span { border-color: rgb(178,246,6); }
td.TdClassName
{
border-color: #B2F606;
}
.TagClassName
{
border-color: #B2F606;
}
</style>