Shades of Spring Bud #B0F608
Tints of Spring Bud #B0F608
RGB
CMYK
RGB Variations
Color information
#B0F608 (or 0xB0F608) is known color: Spring Bud. HEX triplet: B0, F6 and 08. RGB value is (176,246,8). Sum of RGB (Red+Green+Blue) = 176+246+8=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 246 (96.48% from 255 or 57.21% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F608 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F608 is #4F09F7. Grayscale: #C6C6C6. Windows color (decimal): -5179896 or 587440. OLE color: 587440.
HSL color Cylindrical-coordinate representation of color #B0F608: hue angle of 77.65º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B0F608 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 8 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.04 |
| HSL | 77.65º | 0.94% | 0.5% | - |
| HSV(B) | 77.65º | 0.97% | 0.96% | - |
| XYZ | 50.9 | 75.16 | 12.05 | - |
| YUV | 197.94 | 20.81 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 8 | 0.28 | 0 | 0.97 | 0.04 | 77.65 | 0.94 | 0.5 |
| Hex | B0 | F6 | 8 | 1C | 0 | 61 | 4 | 4E | 5E | 32 |
| Octal | 260 | 366 | 10 | 34 | 0 | 141 | 4 | 116 | 136 | 62 |
| Binary | 10110000 | 11110110 | 1000 | 11100 | 0 | 1100001 | 100 | 1001110 | 1011110 | 110010 |
Color Harmonies of #B0F608
Complementary color
Monochromatic Colors of #B0F608
Black with #B0F608
Text Example
Text Example
White with #B0F608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F608; }
p { color: rgb(176,246,8); }
H1.HeaderClassName
{
color: #B0F608;
}
.AnyTagClassName
{
color: #B0F608;
}
</style>
background-color css
<style>
a { background-color: #B0F608; }
a { background-color: rgb(176,246,8); }
div.DivClassName
{
background-color: #B0F608;
}
.BgClassName
{
background-color: #B0F608;
}
</style>
border-color css
<style>
span { border-color: #B0F608; }
span { border-color: rgb(176,246,8); }
td.TdClassName
{
border-color: #B0F608;
}
.TagClassName
{
border-color: #B0F608;
}
</style>