Shades of Spring Bud #B6FF10
Tints of Spring Bud #B6FF10
RGB
CMYK
RGB Variations
Color information
#B6FF10 (or 0xB6FF10) is known color: Spring Bud. HEX triplet: B6, FF and 10. RGB value is (182,255,16). Sum of RGB (Red+Green+Blue) = 182+255+16=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 16 (6.64% from 255 or 3.53% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF10 is #4900EF. Grayscale: #CECECE. Windows color (decimal): -4784368 or 1114038. OLE color: 1114038.
HSL color Cylindrical-coordinate representation of color #B6FF10: hue angle of 78.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6FF10 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 16 | - |
| CMYK | 0.29 | 0 | 0.94 | 0 |
| HSL | 78.33º | 1% | 0.53% | - |
| HSV(B) | 78.33º | 0.94% | 1% | - |
| XYZ | 55.14 | 81.5 | 13.32 | - |
| YUV | 205.93 | 20.82 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 16 | 0.29 | 0 | 0.94 | 0 | 78.33 | 1 | 0.53 |
| Hex | B6 | FF | 10 | 1D | 0 | 5E | 0 | 4E | 64 | 35 |
| Octal | 266 | 377 | 20 | 35 | 0 | 136 | 0 | 116 | 144 | 65 |
| Binary | 10110110 | 11111111 | 10000 | 11101 | 0 | 1011110 | 0 | 1001110 | 1100100 | 110101 |
Color Harmonies of #B6FF10
Complementary color
Monochromatic Colors of #B6FF10
Black with #B6FF10
Text Example
Text Example
White with #B6FF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF10; }
p { color: rgb(182,255,16); }
H1.HeaderClassName
{
color: #B6FF10;
}
.AnyTagClassName
{
color: #B6FF10;
}
</style>
background-color css
<style>
a { background-color: #B6FF10; }
a { background-color: rgb(182,255,16); }
div.DivClassName
{
background-color: #B6FF10;
}
.BgClassName
{
background-color: #B6FF10;
}
</style>
border-color css
<style>
span { border-color: #B6FF10; }
span { border-color: rgb(182,255,16); }
td.TdClassName
{
border-color: #B6FF10;
}
.TagClassName
{
border-color: #B6FF10;
}
</style>