Shades of Conifer #BCDF66
Tints of Conifer #BCDF66
RGB
CMYK
RGB Variations
Color information
#BCDF66 (or 0xBCDF66) is known color: Conifer. HEX triplet: BC, DF and 66. RGB value is (188,223,102). Sum of RGB (Red+Green+Blue) = 188+223+102=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF66 is #432099. Grayscale: #C7C7C7. Windows color (decimal): -4399258 or 6741948. OLE color: 6741948.
HSL color Cylindrical-coordinate representation of color #BCDF66: hue angle of 77.36º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCDF66 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 102 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.13 |
| HSL | 77.36º | 0.65% | 0.64% | - |
| HSV(B) | 77.36º | 0.54% | 0.87% | - |
| XYZ | 49.52 | 64.43 | 22.4 | - |
| YUV | 198.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 102 | 0.16 | 0 | 0.54 | 0.13 | 77.36 | 0.65 | 0.64 |
| Hex | BC | DF | 66 | 10 | 0 | 36 | D | 4D | 41 | 40 |
| Octal | 274 | 337 | 146 | 20 | 0 | 66 | 15 | 115 | 101 | 100 |
| Binary | 10111100 | 11011111 | 1100110 | 10000 | 0 | 110110 | 1101 | 1001101 | 1000001 | 1000000 |
Color Harmonies of #BCDF66
Complementary color
Monochromatic Colors of #BCDF66
Black with #BCDF66
Text Example
Text Example
White with #BCDF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF66; }
p { color: rgb(188,223,102); }
H1.HeaderClassName
{
color: #BCDF66;
}
.AnyTagClassName
{
color: #BCDF66;
}
</style>
background-color css
<style>
a { background-color: #BCDF66; }
a { background-color: rgb(188,223,102); }
div.DivClassName
{
background-color: #BCDF66;
}
.BgClassName
{
background-color: #BCDF66;
}
</style>
border-color css
<style>
span { border-color: #BCDF66; }
span { border-color: rgb(188,223,102); }
td.TdClassName
{
border-color: #BCDF66;
}
.TagClassName
{
border-color: #BCDF66;
}
</style>