Shades of Spring Bud #B2F306
Tints of Spring Bud #B2F306
RGB
CMYK
RGB Variations
Color information
#B2F306 (or 0xB2F306) is known color: Spring Bud. HEX triplet: B2, F3 and 06. RGB value is (178,243,6). Sum of RGB (Red+Green+Blue) = 178+243+6=427 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.69% from 427); Green value is 243 (95.31% from 255 or 56.91% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F306 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F306 is #4D0CF9. Grayscale: #C5C5C5. Windows color (decimal): -5049594 or 455602. OLE color: 455602.
HSL color Cylindrical-coordinate representation of color #B2F306: hue angle of 76.46º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2F306 is Cyan = 0.27, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 6 | - |
| CMYK | 0.27 | 0 | 0.98 | 0.05 |
| HSL | 76.46º | 0.95% | 0.49% | - |
| HSV(B) | 76.46º | 0.98% | 0.95% | - |
| XYZ | 50.44 | 73.58 | 11.72 | - |
| YUV | 196.55 | 20.47 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 6 | 0.27 | 0 | 0.98 | 0.05 | 76.46 | 0.95 | 0.49 |
| Hex | B2 | F3 | 6 | 1B | 0 | 62 | 5 | 4C | 5F | 31 |
| Octal | 262 | 363 | 6 | 33 | 0 | 142 | 5 | 114 | 137 | 61 |
| Binary | 10110010 | 11110011 | 110 | 11011 | 0 | 1100010 | 101 | 1001100 | 1011111 | 110001 |
Color Harmonies of #B2F306
Complementary color
Monochromatic Colors of #B2F306
Black with #B2F306
Text Example
Text Example
White with #B2F306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F306; }
p { color: rgb(178,243,6); }
H1.HeaderClassName
{
color: #B2F306;
}
.AnyTagClassName
{
color: #B2F306;
}
</style>
background-color css
<style>
a { background-color: #B2F306; }
a { background-color: rgb(178,243,6); }
div.DivClassName
{
background-color: #B2F306;
}
.BgClassName
{
background-color: #B2F306;
}
</style>
border-color css
<style>
span { border-color: #B2F306; }
span { border-color: rgb(178,243,6); }
td.TdClassName
{
border-color: #B2F306;
}
.TagClassName
{
border-color: #B2F306;
}
</style>