Shades of Spring Bud #B6FF16
Tints of Spring Bud #B6FF16
RGB
CMYK
RGB Variations
Color information
#B6FF16 (or 0xB6FF16) is known color: Spring Bud. HEX triplet: B6, FF and 16. RGB value is (182,255,22). Sum of RGB (Red+Green+Blue) = 182+255+22=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 22 (8.98% from 255 or 4.79% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF16 is #4900E9. Grayscale: #CFCFCF. Windows color (decimal): -4784362 or 1507254. OLE color: 1507254.
HSL color Cylindrical-coordinate representation of color #B6FF16: hue angle of 78.8º 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 #B6FF16 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 22 | - |
| CMYK | 0.29 | 0 | 0.91 | 0 |
| HSL | 78.8º | 1% | 0.54% | - |
| HSV(B) | 78.8º | 0.91% | 1% | - |
| XYZ | 55.2 | 81.52 | 13.59 | - |
| YUV | 206.61 | 23.82 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 22 | 0.29 | 0 | 0.91 | 0 | 78.8 | 1 | 0.54 |
| Hex | B6 | FF | 16 | 1D | 0 | 5B | 0 | 4F | 64 | 36 |
| Octal | 266 | 377 | 26 | 35 | 0 | 133 | 0 | 117 | 144 | 66 |
| Binary | 10110110 | 11111111 | 10110 | 11101 | 0 | 1011011 | 0 | 1001111 | 1100100 | 110110 |
Color Harmonies of #B6FF16
Complementary color
Monochromatic Colors of #B6FF16
Black with #B6FF16
Text Example
Text Example
White with #B6FF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF16; }
p { color: rgb(182,255,22); }
H1.HeaderClassName
{
color: #B6FF16;
}
.AnyTagClassName
{
color: #B6FF16;
}
</style>
background-color css
<style>
a { background-color: #B6FF16; }
a { background-color: rgb(182,255,22); }
div.DivClassName
{
background-color: #B6FF16;
}
.BgClassName
{
background-color: #B6FF16;
}
</style>
border-color css
<style>
span { border-color: #B6FF16; }
span { border-color: rgb(182,255,22); }
td.TdClassName
{
border-color: #B6FF16;
}
.TagClassName
{
border-color: #B6FF16;
}
</style>