Shades of Spring Bud #B0FC0B
Tints of Spring Bud #B0FC0B
RGB
CMYK
RGB Variations
Color information
#B0FC0B (or 0xB0FC0B) is known color: Spring Bud. HEX triplet: B0, FC and 0B. RGB value is (176,252,11). Sum of RGB (Red+Green+Blue) = 176+252+11=439 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.09% from 439); Green value is 252 (98.83% from 255 or 57.40% from 439); Blue value is 11 (4.69% from 255 or 2.51% from 439); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC0B is #4F03F4. Grayscale: #CACACA. Windows color (decimal): -5178357 or 785584. OLE color: 785584.
HSL color Cylindrical-coordinate representation of color #B0FC0B: hue angle of 78.92º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0FC0B is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 11 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.01 |
| HSL | 78.92º | 0.98% | 0.52% | - |
| HSV(B) | 78.92º | 0.96% | 0.99% | - |
| XYZ | 52.78 | 78.88 | 12.76 | - |
| YUV | 201.8 | 20.32 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 11 | 0.30 | 0 | 0.96 | 0.01 | 78.92 | 0.98 | 0.52 |
| Hex | B0 | FC | B | 1E | 0 | 60 | 1 | 4F | 62 | 34 |
| Octal | 260 | 374 | 13 | 36 | 0 | 140 | 1 | 117 | 142 | 64 |
| Binary | 10110000 | 11111100 | 1011 | 11110 | 0 | 1100000 | 1 | 1001111 | 1100010 | 110100 |
Color Harmonies of #B0FC0B
Complementary color
Monochromatic Colors of #B0FC0B
Black with #B0FC0B
Text Example
Text Example
White with #B0FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC0B; }
p { color: rgb(176,252,11); }
H1.HeaderClassName
{
color: #B0FC0B;
}
.AnyTagClassName
{
color: #B0FC0B;
}
</style>
background-color css
<style>
a { background-color: #B0FC0B; }
a { background-color: rgb(176,252,11); }
div.DivClassName
{
background-color: #B0FC0B;
}
.BgClassName
{
background-color: #B0FC0B;
}
</style>
border-color css
<style>
span { border-color: #B0FC0B; }
span { border-color: rgb(176,252,11); }
td.TdClassName
{
border-color: #B0FC0B;
}
.TagClassName
{
border-color: #B0FC0B;
}
</style>