Shades of Spring Bud #B6FF0F
Tints of Spring Bud #B6FF0F
RGB
CMYK
RGB Variations
Color information
#B6FF0F (or 0xB6FF0F) is known color: Spring Bud. HEX triplet: B6, FF and 0F. RGB value is (182,255,15). Sum of RGB (Red+Green+Blue) = 182+255+15=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B6FF0F is #4900F0. Grayscale: #CECECE. Windows color (decimal): -4784369 or 1048502. OLE color: 1048502.
HSL color Cylindrical-coordinate representation of color #B6FF0F: hue angle of 78.25º 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 #B6FF0F is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 15 | - |
| CMYK | 0.29 | 0 | 0.94 | 0 |
| HSL | 78.25º | 1% | 0.53% | - |
| HSV(B) | 78.25º | 0.94% | 1% | - |
| XYZ | 55.14 | 81.5 | 13.28 | - |
| YUV | 205.81 | 20.32 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 15 | 0.29 | 0 | 0.94 | 0 | 78.25 | 1 | 0.53 |
| Hex | B6 | FF | F | 1D | 0 | 5E | 0 | 4E | 64 | 35 |
| Octal | 266 | 377 | 17 | 35 | 0 | 136 | 0 | 116 | 144 | 65 |
| Binary | 10110110 | 11111111 | 1111 | 11101 | 0 | 1011110 | 0 | 1001110 | 1100100 | 110101 |
Color Harmonies of #B6FF0F
Complementary color
Monochromatic Colors of #B6FF0F
Black with #B6FF0F
Text Example
Text Example
White with #B6FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FF0F; }
p { color: rgb(182,255,15); }
H1.HeaderClassName
{
color: #B6FF0F;
}
.AnyTagClassName
{
color: #B6FF0F;
}
</style>
background-color css
<style>
a { background-color: #B6FF0F; }
a { background-color: rgb(182,255,15); }
div.DivClassName
{
background-color: #B6FF0F;
}
.BgClassName
{
background-color: #B6FF0F;
}
</style>
border-color css
<style>
span { border-color: #B6FF0F; }
span { border-color: rgb(182,255,15); }
td.TdClassName
{
border-color: #B6FF0F;
}
.TagClassName
{
border-color: #B6FF0F;
}
</style>