Shades of Conifer #BCEC45
Tints of Conifer #BCEC45
RGB
CMYK
RGB Variations
Color information
#BCEC45 (or 0xBCEC45) is known color: Conifer. HEX triplet: BC, EC and 45. RGB value is (188,236,69). Sum of RGB (Red+Green+Blue) = 188+236+69=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 69 (27.34% from 255 or 14.00% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC45 is #4313BA. Grayscale: #CBCBCB. Windows color (decimal): -4395963 or 4582588. OLE color: 4582588.
HSL color Cylindrical-coordinate representation of color #BCEC45: hue angle of 77.25º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BCEC45 is Cyan = 0.20, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 69 | - |
| CMYK | 0.20 | 0 | 0.71 | 0.07 |
| HSL | 77.25º | 0.81% | 0.6% | - |
| HSV(B) | 77.25º | 0.71% | 0.93% | - |
| XYZ | 51.81 | 71.11 | 16.63 | - |
| YUV | 202.61 | 52.6 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 69 | 0.20 | 0 | 0.71 | 0.07 | 77.25 | 0.81 | 0.6 |
| Hex | BC | EC | 45 | 14 | 0 | 47 | 7 | 4D | 51 | 3C |
| Octal | 274 | 354 | 105 | 24 | 0 | 107 | 7 | 115 | 121 | 74 |
| Binary | 10111100 | 11101100 | 1000101 | 10100 | 0 | 1000111 | 111 | 1001101 | 1010001 | 111100 |
Color Harmonies of #BCEC45
Complementary color
Monochromatic Colors of #BCEC45
Black with #BCEC45
Text Example
Text Example
White with #BCEC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC45; }
p { color: rgb(188,236,69); }
H1.HeaderClassName
{
color: #BCEC45;
}
.AnyTagClassName
{
color: #BCEC45;
}
</style>
background-color css
<style>
a { background-color: #BCEC45; }
a { background-color: rgb(188,236,69); }
div.DivClassName
{
background-color: #BCEC45;
}
.BgClassName
{
background-color: #BCEC45;
}
</style>
border-color css
<style>
span { border-color: #BCEC45; }
span { border-color: rgb(188,236,69); }
td.TdClassName
{
border-color: #BCEC45;
}
.TagClassName
{
border-color: #BCEC45;
}
</style>