Shades of Spring Bud #B0F60C
Tints of Spring Bud #B0F60C
RGB
CMYK
RGB Variations
Color information
#B0F60C (or 0xB0F60C) is known color: Spring Bud. HEX triplet: B0, F6 and 0C. RGB value is (176,246,12). Sum of RGB (Red+Green+Blue) = 176+246+12=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 246 (96.48% from 255 or 56.68% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F60C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F60C is #4F09F3. Grayscale: #C7C7C7. Windows color (decimal): -5179892 or 849584. OLE color: 849584.
HSL color Cylindrical-coordinate representation of color #B0F60C: hue angle of 77.95º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B0F60C is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 246 | 12 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.04 |
| HSL | 77.95º | 0.93% | 0.51% | - |
| HSV(B) | 77.95º | 0.95% | 0.96% | - |
| XYZ | 50.93 | 75.17 | 12.17 | - |
| YUV | 198.39 | 22.81 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 246 | 12 | 0.28 | 0 | 0.95 | 0.04 | 77.95 | 0.93 | 0.51 |
| Hex | B0 | F6 | C | 1C | 0 | 5F | 4 | 4E | 5D | 33 |
| Octal | 260 | 366 | 14 | 34 | 0 | 137 | 4 | 116 | 135 | 63 |
| Binary | 10110000 | 11110110 | 1100 | 11100 | 0 | 1011111 | 100 | 1001110 | 1011101 | 110011 |
Color Harmonies of #B0F60C
Complementary color
Monochromatic Colors of #B0F60C
Black with #B0F60C
Text Example
Text Example
White with #B0F60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F60C; }
p { color: rgb(176,246,12); }
H1.HeaderClassName
{
color: #B0F60C;
}
.AnyTagClassName
{
color: #B0F60C;
}
</style>
background-color css
<style>
a { background-color: #B0F60C; }
a { background-color: rgb(176,246,12); }
div.DivClassName
{
background-color: #B0F60C;
}
.BgClassName
{
background-color: #B0F60C;
}
</style>
border-color css
<style>
span { border-color: #B0F60C; }
span { border-color: rgb(176,246,12); }
td.TdClassName
{
border-color: #B0F60C;
}
.TagClassName
{
border-color: #B0F60C;
}
</style>