Shades of Spring Bud #B3FF0C
Tints of Spring Bud #B3FF0C
RGB
CMYK
RGB Variations
Color information
#B3FF0C (or 0xB3FF0C) is known color: Spring Bud. HEX triplet: B3, FF and 0C. RGB value is (179,255,12). Sum of RGB (Red+Green+Blue) = 179+255+12=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF0C is #4C00F3. Grayscale: #CDCDCD. Windows color (decimal): -4980980 or 851891. OLE color: 851891.
HSL color Cylindrical-coordinate representation of color #B3FF0C: hue angle of 78.77º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3FF0C is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 12 | - |
| CMYK | 0.30 | 0 | 0.95 | 0 |
| HSL | 78.77º | 1% | 0.52% | - |
| HSV(B) | 78.77º | 0.95% | 1% | - |
| XYZ | 54.42 | 81.13 | 13.14 | - |
| YUV | 204.57 | 19.32 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 12 | 0.30 | 0 | 0.95 | 0 | 78.77 | 1 | 0.52 |
| Hex | B3 | FF | C | 1E | 0 | 5F | 0 | 4F | 64 | 34 |
| Octal | 263 | 377 | 14 | 36 | 0 | 137 | 0 | 117 | 144 | 64 |
| Binary | 10110011 | 11111111 | 1100 | 11110 | 0 | 1011111 | 0 | 1001111 | 1100100 | 110100 |
Color Harmonies of #B3FF0C
Complementary color
Monochromatic Colors of #B3FF0C
Black with #B3FF0C
Text Example
Text Example
White with #B3FF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF0C; }
p { color: rgb(179,255,12); }
H1.HeaderClassName
{
color: #B3FF0C;
}
.AnyTagClassName
{
color: #B3FF0C;
}
</style>
background-color css
<style>
a { background-color: #B3FF0C; }
a { background-color: rgb(179,255,12); }
div.DivClassName
{
background-color: #B3FF0C;
}
.BgClassName
{
background-color: #B3FF0C;
}
</style>
border-color css
<style>
span { border-color: #B3FF0C; }
span { border-color: rgb(179,255,12); }
td.TdClassName
{
border-color: #B3FF0C;
}
.TagClassName
{
border-color: #B3FF0C;
}
</style>