Shades of Conifer #BCEC42
Tints of Conifer #BCEC42
RGB
CMYK
RGB Variations
Color information
#BCEC42 (or 0xBCEC42) is known color: Conifer. HEX triplet: BC, EC and 42. RGB value is (188,236,66). Sum of RGB (Red+Green+Blue) = 188+236+66=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 236 (92.58% from 255 or 48.16% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 236 - color contains mainly: green. Hex color #BCEC42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEC42 is #4313BD. Grayscale: #CACACA. Windows color (decimal): -4395966 or 4385980. OLE color: 4385980.
HSL color Cylindrical-coordinate representation of color #BCEC42: hue angle of 76.94º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BCEC42 is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 236 | 66 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.07 |
| HSL | 76.94º | 0.82% | 0.59% | - |
| HSV(B) | 76.94º | 0.72% | 0.93% | - |
| XYZ | 51.72 | 71.08 | 16.15 | - |
| YUV | 202.27 | 51.1 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 66 | 0.20 | 0 | 0.72 | 0.07 | 76.94 | 0.82 | 0.59 |
| Hex | BC | EC | 42 | 14 | 0 | 48 | 7 | 4D | 52 | 3B |
| Octal | 274 | 354 | 102 | 24 | 0 | 110 | 7 | 115 | 122 | 73 |
| Binary | 10111100 | 11101100 | 1000010 | 10100 | 0 | 1001000 | 111 | 1001101 | 1010010 | 111011 |
Color Harmonies of #BCEC42
Complementary color
Monochromatic Colors of #BCEC42
Black with #BCEC42
Text Example
Text Example
White with #BCEC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEC42; }
p { color: rgb(188,236,66); }
H1.HeaderClassName
{
color: #BCEC42;
}
.AnyTagClassName
{
color: #BCEC42;
}
</style>
background-color css
<style>
a { background-color: #BCEC42; }
a { background-color: rgb(188,236,66); }
div.DivClassName
{
background-color: #BCEC42;
}
.BgClassName
{
background-color: #BCEC42;
}
</style>
border-color css
<style>
span { border-color: #BCEC42; }
span { border-color: rgb(188,236,66); }
td.TdClassName
{
border-color: #BCEC42;
}
.TagClassName
{
border-color: #BCEC42;
}
</style>