Shades of Conifer #BCEC47
Tints of Conifer #BCEC47
RGB
CMYK
RGB Variations
Color information
#BCEC47 (or 0xBCEC47) is known color: Conifer. HEX triplet: BC, EC and 47. RGB value is (188,236,71). Sum of RGB (Red+Green+Blue) = 188+236+71=495 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.98% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 71 (28.12% from 255 or 14.34% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC47 is #4313B8. Grayscale: #CBCBCB. Windows color (decimal): -4395961 or 4713660. OLE color: 4713660.
HSL color Cylindrical-coordinate representation of color #BCEC47: hue angle of 77.45º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCEC47 is Cyan = 0.20, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 71 | - |
| CMYK | 0.20 | 0 | 0.70 | 0.07 |
| HSL | 77.45º | 0.81% | 0.6% | - |
| HSV(B) | 77.45º | 0.7% | 0.93% | - |
| XYZ | 51.87 | 71.14 | 16.96 | - |
| YUV | 202.84 | 53.6 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 71 | 0.20 | 0 | 0.70 | 0.07 | 77.45 | 0.81 | 0.6 |
| Hex | BC | EC | 47 | 14 | 0 | 46 | 7 | 4D | 51 | 3C |
| Octal | 274 | 354 | 107 | 24 | 0 | 106 | 7 | 115 | 121 | 74 |
| Binary | 10111100 | 11101100 | 1000111 | 10100 | 0 | 1000110 | 111 | 1001101 | 1010001 | 111100 |
Color Harmonies of #BCEC47
Complementary color
Monochromatic Colors of #BCEC47
Black with #BCEC47
Text Example
Text Example
White with #BCEC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC47; }
p { color: rgb(188,236,71); }
H1.HeaderClassName
{
color: #BCEC47;
}
.AnyTagClassName
{
color: #BCEC47;
}
</style>
background-color css
<style>
a { background-color: #BCEC47; }
a { background-color: rgb(188,236,71); }
div.DivClassName
{
background-color: #BCEC47;
}
.BgClassName
{
background-color: #BCEC47;
}
</style>
border-color css
<style>
span { border-color: #BCEC47; }
span { border-color: rgb(188,236,71); }
td.TdClassName
{
border-color: #BCEC47;
}
.TagClassName
{
border-color: #BCEC47;
}
</style>