Shades of Spring Bud #B3FF14
Tints of Spring Bud #B3FF14
RGB
CMYK
RGB Variations
Color information
#B3FF14 (or 0xB3FF14) is known color: Spring Bud. HEX triplet: B3, FF and 14. RGB value is (179,255,20). Sum of RGB (Red+Green+Blue) = 179+255+20=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 20 (8.20% from 255 or 4.41% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF14 is #4C00EB. Grayscale: #CECECE. Windows color (decimal): -4980972 or 1376179. OLE color: 1376179.
HSL color Cylindrical-coordinate representation of color #B3FF14: hue angle of 79.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3FF14 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 20 | - |
| CMYK | 0.30 | 0 | 0.92 | 0 |
| HSL | 79.4º | 1% | 0.54% | - |
| HSV(B) | 79.4º | 0.92% | 1% | - |
| XYZ | 54.48 | 81.15 | 13.45 | - |
| YUV | 205.49 | 23.32 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 20 | 0.30 | 0 | 0.92 | 0 | 79.4 | 1 | 0.54 |
| Hex | B3 | FF | 14 | 1E | 0 | 5C | 0 | 4F | 64 | 36 |
| Octal | 263 | 377 | 24 | 36 | 0 | 134 | 0 | 117 | 144 | 66 |
| Binary | 10110011 | 11111111 | 10100 | 11110 | 0 | 1011100 | 0 | 1001111 | 1100100 | 110110 |
Color Harmonies of #B3FF14
Complementary color
Monochromatic Colors of #B3FF14
Black with #B3FF14
Text Example
Text Example
White with #B3FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF14; }
p { color: rgb(179,255,20); }
H1.HeaderClassName
{
color: #B3FF14;
}
.AnyTagClassName
{
color: #B3FF14;
}
</style>
background-color css
<style>
a { background-color: #B3FF14; }
a { background-color: rgb(179,255,20); }
div.DivClassName
{
background-color: #B3FF14;
}
.BgClassName
{
background-color: #B3FF14;
}
</style>
border-color css
<style>
span { border-color: #B3FF14; }
span { border-color: rgb(179,255,20); }
td.TdClassName
{
border-color: #B3FF14;
}
.TagClassName
{
border-color: #B3FF14;
}
</style>