Shades of Spring Bud #B3F60C
Tints of Spring Bud #B3F60C
RGB
CMYK
RGB Variations
Color information
#B3F60C (or 0xB3F60C) is known color: Spring Bud. HEX triplet: B3, F6 and 0C. RGB value is (179,246,12). Sum of RGB (Red+Green+Blue) = 179+246+12=437 (57% of max value = 765). Red value is 179 (70.31% from 255 or 40.96% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 12 (5.08% from 255 or 2.75% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F60C is #4C09F3. Grayscale: #C8C8C8. Windows color (decimal): -4983284 or 849587. OLE color: 849587.
HSL color Cylindrical-coordinate representation of color #B3F60C: hue angle of 77.18º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3F60C is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 246 | 12 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.04 |
| HSL | 77.18º | 0.93% | 0.51% | - |
| HSV(B) | 77.18º | 0.95% | 0.96% | - |
| XYZ | 51.61 | 75.52 | 12.2 | - |
| YUV | 199.29 | 22.3 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 246 | 12 | 0.27 | 0 | 0.95 | 0.04 | 77.18 | 0.93 | 0.51 |
| Hex | B3 | F6 | C | 1B | 0 | 5F | 4 | 4D | 5D | 33 |
| Octal | 263 | 366 | 14 | 33 | 0 | 137 | 4 | 115 | 135 | 63 |
| Binary | 10110011 | 11110110 | 1100 | 11011 | 0 | 1011111 | 100 | 1001101 | 1011101 | 110011 |
Color Harmonies of #B3F60C
Complementary color
Monochromatic Colors of #B3F60C
Black with #B3F60C
Text Example
Text Example
White with #B3F60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F60C; }
p { color: rgb(179,246,12); }
H1.HeaderClassName
{
color: #B3F60C;
}
.AnyTagClassName
{
color: #B3F60C;
}
</style>
background-color css
<style>
a { background-color: #B3F60C; }
a { background-color: rgb(179,246,12); }
div.DivClassName
{
background-color: #B3F60C;
}
.BgClassName
{
background-color: #B3F60C;
}
</style>
border-color css
<style>
span { border-color: #B3F60C; }
span { border-color: rgb(179,246,12); }
td.TdClassName
{
border-color: #B3F60C;
}
.TagClassName
{
border-color: #B3F60C;
}
</style>