Shades of Conifer #BCEC4D
Tints of Conifer #BCEC4D
RGB
CMYK
RGB Variations
Color information
#BCEC4D (or 0xBCEC4D) is known color: Conifer. HEX triplet: BC, EC and 4D. RGB value is (188,236,77). Sum of RGB (Red+Green+Blue) = 188+236+77=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEC4D is #4313B2. Grayscale: #CCCCCC. Windows color (decimal): -4395955 or 5106876. OLE color: 5106876.
HSL color Cylindrical-coordinate representation of color #BCEC4D: hue angle of 78.11º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCEC4D is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 77 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.07 |
| HSL | 78.11º | 0.81% | 0.61% | - |
| HSV(B) | 78.11º | 0.67% | 0.93% | - |
| XYZ | 52.07 | 71.22 | 18.02 | - |
| YUV | 203.52 | 56.6 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 77 | 0.20 | 0 | 0.67 | 0.07 | 78.11 | 0.81 | 0.61 |
| Hex | BC | EC | 4D | 14 | 0 | 43 | 7 | 4E | 51 | 3D |
| Octal | 274 | 354 | 115 | 24 | 0 | 103 | 7 | 116 | 121 | 75 |
| Binary | 10111100 | 11101100 | 1001101 | 10100 | 0 | 1000011 | 111 | 1001110 | 1010001 | 111101 |
Color Harmonies of #BCEC4D
Complementary color
Monochromatic Colors of #BCEC4D
Black with #BCEC4D
Text Example
Text Example
White with #BCEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC4D; }
p { color: rgb(188,236,77); }
H1.HeaderClassName
{
color: #BCEC4D;
}
.AnyTagClassName
{
color: #BCEC4D;
}
</style>
background-color css
<style>
a { background-color: #BCEC4D; }
a { background-color: rgb(188,236,77); }
div.DivClassName
{
background-color: #BCEC4D;
}
.BgClassName
{
background-color: #BCEC4D;
}
</style>
border-color css
<style>
span { border-color: #BCEC4D; }
span { border-color: rgb(188,236,77); }
td.TdClassName
{
border-color: #BCEC4D;
}
.TagClassName
{
border-color: #BCEC4D;
}
</style>