Shades of Spring Bud #B0F90B
Tints of Spring Bud #B0F90B
RGB
CMYK
RGB Variations
Color information
#B0F90B (or 0xB0F90B) is known color: Spring Bud. HEX triplet: B0, F9 and 0B. RGB value is (176,249,11). Sum of RGB (Red+Green+Blue) = 176+249+11=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 249 (97.66% from 255 or 57.11% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F90B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F90B is #4F06F4. Grayscale: #C8C8C8. Windows color (decimal): -5179125 or 784816. OLE color: 784816.
HSL color Cylindrical-coordinate representation of color #B0F90B: hue angle of 78.4º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0F90B is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 249 | 11 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.02 |
| HSL | 78.4º | 0.95% | 0.51% | - |
| HSV(B) | 78.4º | 0.96% | 0.98% | - |
| XYZ | 51.84 | 77.01 | 12.45 | - |
| YUV | 200.04 | 21.32 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 249 | 11 | 0.29 | 0 | 0.96 | 0.02 | 78.4 | 0.95 | 0.51 |
| Hex | B0 | F9 | B | 1D | 0 | 60 | 2 | 4E | 5F | 33 |
| Octal | 260 | 371 | 13 | 35 | 0 | 140 | 2 | 116 | 137 | 63 |
| Binary | 10110000 | 11111001 | 1011 | 11101 | 0 | 1100000 | 10 | 1001110 | 1011111 | 110011 |
Color Harmonies of #B0F90B
Complementary color
Monochromatic Colors of #B0F90B
Black with #B0F90B
Text Example
Text Example
White with #B0F90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F90B; }
p { color: rgb(176,249,11); }
H1.HeaderClassName
{
color: #B0F90B;
}
.AnyTagClassName
{
color: #B0F90B;
}
</style>
background-color css
<style>
a { background-color: #B0F90B; }
a { background-color: rgb(176,249,11); }
div.DivClassName
{
background-color: #B0F90B;
}
.BgClassName
{
background-color: #B0F90B;
}
</style>
border-color css
<style>
span { border-color: #B0F90B; }
span { border-color: rgb(176,249,11); }
td.TdClassName
{
border-color: #B0F90B;
}
.TagClassName
{
border-color: #B0F90B;
}
</style>