Shades of Spring Bud #B0FD0B
Tints of Spring Bud #B0FD0B
RGB
CMYK
RGB Variations
Color information
#B0FD0B (or 0xB0FD0B) is known color: Spring Bud. HEX triplet: B0, FD and 0B. RGB value is (176,253,11). Sum of RGB (Red+Green+Blue) = 176+253+11=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 253 (99.22% from 255 or 57.5% from 440); Blue value is 11 (4.69% from 255 or 2.5% from 440); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FD0B is #4F02F4. Grayscale: #CBCBCB. Windows color (decimal): -5178101 or 785840. OLE color: 785840.
HSL color Cylindrical-coordinate representation of color #B0FD0B: hue angle of 79.09º 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 #B0FD0B is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 11 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.01 |
| HSL | 79.09º | 0.98% | 0.52% | - |
| HSV(B) | 79.09º | 0.96% | 0.99% | - |
| XYZ | 53.09 | 79.5 | 12.86 | - |
| YUV | 202.39 | 19.99 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 11 | 0.30 | 0 | 0.96 | 0.01 | 79.09 | 0.98 | 0.52 |
| Hex | B0 | FD | B | 1E | 0 | 60 | 1 | 4F | 62 | 34 |
| Octal | 260 | 375 | 13 | 36 | 0 | 140 | 1 | 117 | 142 | 64 |
| Binary | 10110000 | 11111101 | 1011 | 11110 | 0 | 1100000 | 1 | 1001111 | 1100010 | 110100 |
Color Harmonies of #B0FD0B
Complementary color
Monochromatic Colors of #B0FD0B
Black with #B0FD0B
Text Example
Text Example
White with #B0FD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD0B; }
p { color: rgb(176,253,11); }
H1.HeaderClassName
{
color: #B0FD0B;
}
.AnyTagClassName
{
color: #B0FD0B;
}
</style>
background-color css
<style>
a { background-color: #B0FD0B; }
a { background-color: rgb(176,253,11); }
div.DivClassName
{
background-color: #B0FD0B;
}
.BgClassName
{
background-color: #B0FD0B;
}
</style>
border-color css
<style>
span { border-color: #B0FD0B; }
span { border-color: rgb(176,253,11); }
td.TdClassName
{
border-color: #B0FD0B;
}
.TagClassName
{
border-color: #B0FD0B;
}
</style>