Shades of Conifer #BCFC56
Tints of Conifer #BCFC56
RGB
CMYK
RGB Variations
Color information
#BCFC56 (or 0xBCFC56) is known color: Conifer. HEX triplet: BC, FC and 56. RGB value is (188,252,86). Sum of RGB (Red+Green+Blue) = 188+252+86=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 86 (33.98% from 255 or 16.35% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC56 is #4303A9. Grayscale: #D6D6D6. Windows color (decimal): -4391850 or 5700796. OLE color: 5700796.
HSL color Cylindrical-coordinate representation of color #BCFC56: hue angle of 83.13º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCFC56 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 86 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.01 |
| HSL | 83.13º | 0.97% | 0.66% | - |
| HSV(B) | 83.13º | 0.66% | 0.99% | - |
| XYZ | 57.23 | 80.98 | 21.42 | - |
| YUV | 213.94 | 55.8 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 86 | 0.25 | 0 | 0.66 | 0.01 | 83.13 | 0.97 | 0.66 |
| Hex | BC | FC | 56 | 19 | 0 | 42 | 1 | 53 | 61 | 42 |
| Octal | 274 | 374 | 126 | 31 | 0 | 102 | 1 | 123 | 141 | 102 |
| Binary | 10111100 | 11111100 | 1010110 | 11001 | 0 | 1000010 | 1 | 1010011 | 1100001 | 1000010 |
Color Harmonies of #BCFC56
Complementary color
Monochromatic Colors of #BCFC56
Black with #BCFC56
Text Example
Text Example
White with #BCFC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC56; }
p { color: rgb(188,252,86); }
H1.HeaderClassName
{
color: #BCFC56;
}
.AnyTagClassName
{
color: #BCFC56;
}
</style>
background-color css
<style>
a { background-color: #BCFC56; }
a { background-color: rgb(188,252,86); }
div.DivClassName
{
background-color: #BCFC56;
}
.BgClassName
{
background-color: #BCFC56;
}
</style>
border-color css
<style>
span { border-color: #BCFC56; }
span { border-color: rgb(188,252,86); }
td.TdClassName
{
border-color: #BCFC56;
}
.TagClassName
{
border-color: #BCFC56;
}
</style>