Shades of Spring Bud #B2F506
Tints of Spring Bud #B2F506
RGB
CMYK
RGB Variations
Color information
#B2F506 (or 0xB2F506) is known color: Spring Bud. HEX triplet: B2, F5 and 06. RGB value is (178,245,6). Sum of RGB (Red+Green+Blue) = 178+245+6=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 245 (96.09% from 255 or 57.11% from 429); Blue value is 6 (2.73% from 255 or 1.40% from 429); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F506 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F506 is #4D0AF9. Grayscale: #C6C6C6. Windows color (decimal): -5049082 or 456114. OLE color: 456114.
HSL color Cylindrical-coordinate representation of color #B2F506: hue angle of 76.82º 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 #B2F506 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 6 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.04 |
| HSL | 76.82º | 0.95% | 0.49% | - |
| HSV(B) | 76.82º | 0.98% | 0.96% | - |
| XYZ | 51.05 | 74.78 | 11.92 | - |
| YUV | 197.72 | 19.8 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 6 | 0.27 | 0 | 0.98 | 0.04 | 76.82 | 0.95 | 0.49 |
| Hex | B2 | F5 | 6 | 1B | 0 | 62 | 4 | 4D | 5F | 31 |
| Octal | 262 | 365 | 6 | 33 | 0 | 142 | 4 | 115 | 137 | 61 |
| Binary | 10110010 | 11110101 | 110 | 11011 | 0 | 1100010 | 100 | 1001101 | 1011111 | 110001 |
Color Harmonies of #B2F506
Complementary color
Monochromatic Colors of #B2F506
Black with #B2F506
Text Example
Text Example
White with #B2F506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F506; }
p { color: rgb(178,245,6); }
H1.HeaderClassName
{
color: #B2F506;
}
.AnyTagClassName
{
color: #B2F506;
}
</style>
background-color css
<style>
a { background-color: #B2F506; }
a { background-color: rgb(178,245,6); }
div.DivClassName
{
background-color: #B2F506;
}
.BgClassName
{
background-color: #B2F506;
}
</style>
border-color css
<style>
span { border-color: #B2F506; }
span { border-color: rgb(178,245,6); }
td.TdClassName
{
border-color: #B2F506;
}
.TagClassName
{
border-color: #B2F506;
}
</style>