Shades of Spring Bud #B6FB0C
Tints of Spring Bud #B6FB0C
RGB
CMYK
RGB Variations
Color information
#B6FB0C (or 0xB6FB0C) is known color: Spring Bud. HEX triplet: B6, FB and 0C. RGB value is (182,251,12). Sum of RGB (Red+Green+Blue) = 182+251+12=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 251 (98.44% from 255 or 56.40% from 445); Blue value is 12 (5.08% from 255 or 2.70% from 445); Max value from RGB is 251 - color contains mainly: green. Hex color #B6FB0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FB0C is #4904F3. Grayscale: #CCCCCC. Windows color (decimal): -4785396 or 850870. OLE color: 850870.
HSL color Cylindrical-coordinate representation of color #B6FB0C: hue angle of 77.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6FB0C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 251 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.02 |
| HSL | 77.32º | 0.97% | 0.52% | - |
| HSV(B) | 77.32º | 0.95% | 0.98% | - |
| XYZ | 53.85 | 78.97 | 12.75 | - |
| YUV | 203.12 | 20.14 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 251 | 12 | 0.27 | 0 | 0.95 | 0.02 | 77.32 | 0.97 | 0.52 |
| Hex | B6 | FB | C | 1B | 0 | 5F | 2 | 4D | 61 | 34 |
| Octal | 266 | 373 | 14 | 33 | 0 | 137 | 2 | 115 | 141 | 64 |
| Binary | 10110110 | 11111011 | 1100 | 11011 | 0 | 1011111 | 10 | 1001101 | 1100001 | 110100 |
Color Harmonies of #B6FB0C
Complementary color
Monochromatic Colors of #B6FB0C
Black with #B6FB0C
Text Example
Text Example
White with #B6FB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FB0C; }
p { color: rgb(182,251,12); }
H1.HeaderClassName
{
color: #B6FB0C;
}
.AnyTagClassName
{
color: #B6FB0C;
}
</style>
background-color css
<style>
a { background-color: #B6FB0C; }
a { background-color: rgb(182,251,12); }
div.DivClassName
{
background-color: #B6FB0C;
}
.BgClassName
{
background-color: #B6FB0C;
}
</style>
border-color css
<style>
span { border-color: #B6FB0C; }
span { border-color: rgb(182,251,12); }
td.TdClassName
{
border-color: #B6FB0C;
}
.TagClassName
{
border-color: #B6FB0C;
}
</style>