Shades of Conifer #BCFF56
Tints of Conifer #BCFF56
RGB
CMYK
RGB Variations
Color information
#BCFF56 (or 0xBCFF56) is known color: Conifer. HEX triplet: BC, FF and 56. RGB value is (188,255,86). Sum of RGB (Red+Green+Blue) = 188+255+86=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 86 (33.98% from 255 or 16.26% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF56 is #4300A9. Grayscale: #D8D8D8. Windows color (decimal): -4391082 or 5701564. OLE color: 5701564.
HSL color Cylindrical-coordinate representation of color #BCFF56: hue angle of 83.79º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCFF56 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 86 | - |
| CMYK | 0.26 | 0 | 0.66 | 0 |
| HSL | 83.79º | 1% | 0.67% | - |
| HSV(B) | 83.79º | 0.66% | 1% | - |
| XYZ | 58.18 | 82.88 | 21.74 | - |
| YUV | 215.7 | 54.8 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 86 | 0.26 | 0 | 0.66 | 0 | 83.79 | 1 | 0.67 |
| Hex | BC | FF | 56 | 1A | 0 | 42 | 0 | 54 | 64 | 43 |
| Octal | 274 | 377 | 126 | 32 | 0 | 102 | 0 | 124 | 144 | 103 |
| Binary | 10111100 | 11111111 | 1010110 | 11010 | 0 | 1000010 | 0 | 1010100 | 1100100 | 1000011 |
Color Harmonies of #BCFF56
Complementary color
Monochromatic Colors of #BCFF56
Black with #BCFF56
Text Example
Text Example
White with #BCFF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF56; }
p { color: rgb(188,255,86); }
H1.HeaderClassName
{
color: #BCFF56;
}
.AnyTagClassName
{
color: #BCFF56;
}
</style>
background-color css
<style>
a { background-color: #BCFF56; }
a { background-color: rgb(188,255,86); }
div.DivClassName
{
background-color: #BCFF56;
}
.BgClassName
{
background-color: #BCFF56;
}
</style>
border-color css
<style>
span { border-color: #BCFF56; }
span { border-color: rgb(188,255,86); }
td.TdClassName
{
border-color: #BCFF56;
}
.TagClassName
{
border-color: #BCFF56;
}
</style>