Shades of Spring Bud #B6FB0B
Tints of Spring Bud #B6FB0B
RGB
CMYK
RGB Variations
Color information
#B6FB0B (or 0xB6FB0B) is known color: Spring Bud. HEX triplet: B6, FB and 0B. RGB value is (182,251,11). Sum of RGB (Red+Green+Blue) = 182+251+11=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FB0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FB0B is #4904F4. Grayscale: #CBCBCB. Windows color (decimal): -4785397 or 785334. OLE color: 785334.
HSL color Cylindrical-coordinate representation of color #B6FB0B: hue angle of 77.25º degrees, saturation: 0.97, 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 #B6FB0B is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 11 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.02 |
| HSL | 77.25º | 0.97% | 0.51% | - |
| HSV(B) | 77.25º | 0.96% | 0.98% | - |
| XYZ | 53.85 | 78.96 | 12.72 | - |
| YUV | 203.01 | 19.64 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 11 | 0.27 | 0 | 0.96 | 0.02 | 77.25 | 0.97 | 0.51 |
| Hex | B6 | FB | B | 1B | 0 | 60 | 2 | 4D | 61 | 33 |
| Octal | 266 | 373 | 13 | 33 | 0 | 140 | 2 | 115 | 141 | 63 |
| Binary | 10110110 | 11111011 | 1011 | 11011 | 0 | 1100000 | 10 | 1001101 | 1100001 | 110011 |
Color Harmonies of #B6FB0B
Complementary color
Monochromatic Colors of #B6FB0B
Black with #B6FB0B
Text Example
Text Example
White with #B6FB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FB0B; }
p { color: rgb(182,251,11); }
H1.HeaderClassName
{
color: #B6FB0B;
}
.AnyTagClassName
{
color: #B6FB0B;
}
</style>
background-color css
<style>
a { background-color: #B6FB0B; }
a { background-color: rgb(182,251,11); }
div.DivClassName
{
background-color: #B6FB0B;
}
.BgClassName
{
background-color: #B6FB0B;
}
</style>
border-color css
<style>
span { border-color: #B6FB0B; }
span { border-color: rgb(182,251,11); }
td.TdClassName
{
border-color: #B6FB0B;
}
.TagClassName
{
border-color: #B6FB0B;
}
</style>