Shades of Spring Bud #B3FF16
Tints of Spring Bud #B3FF16
RGB
CMYK
RGB Variations
Color information
#B3FF16 (or 0xB3FF16) is known color: Spring Bud. HEX triplet: B3, FF and 16. RGB value is (179,255,22). Sum of RGB (Red+Green+Blue) = 179+255+22=456 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.25% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FF16 is #4C00E9. Grayscale: #CECECE. Windows color (decimal): -4980970 or 1507251. OLE color: 1507251.
HSL color Cylindrical-coordinate representation of color #B3FF16: hue angle of 79.57º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B3FF16 is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 22 | - |
| CMYK | 0.30 | 0 | 0.91 | 0 |
| HSL | 79.57º | 1% | 0.54% | - |
| HSV(B) | 79.57º | 0.91% | 1% | - |
| XYZ | 54.5 | 81.16 | 13.55 | - |
| YUV | 205.71 | 24.32 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 22 | 0.30 | 0 | 0.91 | 0 | 79.57 | 1 | 0.54 |
| Hex | B3 | FF | 16 | 1E | 0 | 5B | 0 | 50 | 64 | 36 |
| Octal | 263 | 377 | 26 | 36 | 0 | 133 | 0 | 120 | 144 | 66 |
| Binary | 10110011 | 11111111 | 10110 | 11110 | 0 | 1011011 | 0 | 1010000 | 1100100 | 110110 |
Color Harmonies of #B3FF16
Complementary color
Monochromatic Colors of #B3FF16
Black with #B3FF16
Text Example
Text Example
White with #B3FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF16; }
p { color: rgb(179,255,22); }
H1.HeaderClassName
{
color: #B3FF16;
}
.AnyTagClassName
{
color: #B3FF16;
}
</style>
background-color css
<style>
a { background-color: #B3FF16; }
a { background-color: rgb(179,255,22); }
div.DivClassName
{
background-color: #B3FF16;
}
.BgClassName
{
background-color: #B3FF16;
}
</style>
border-color css
<style>
span { border-color: #B3FF16; }
span { border-color: rgb(179,255,22); }
td.TdClassName
{
border-color: #B3FF16;
}
.TagClassName
{
border-color: #B3FF16;
}
</style>