Shades of Conifer #BCDF67
Tints of Conifer #BCDF67
RGB
CMYK
RGB Variations
Color information
#BCDF67 (or 0xBCDF67) is known color: Conifer. HEX triplet: BC, DF and 67. RGB value is (188,223,103). Sum of RGB (Red+Green+Blue) = 188+223+103=514 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.58% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF67 is #432098. Grayscale: #C7C7C7. Windows color (decimal): -4399257 or 6807484. OLE color: 6807484.
HSL color Cylindrical-coordinate representation of color #BCDF67: hue angle of 77.5º 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 #BCDF67 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 103 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.13 |
| HSL | 77.5º | 0.65% | 0.64% | - |
| HSV(B) | 77.5º | 0.54% | 0.87% | - |
| XYZ | 49.57 | 64.45 | 22.66 | - |
| YUV | 198.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 103 | 0.16 | 0 | 0.54 | 0.13 | 77.5 | 0.65 | 0.64 |
| Hex | BC | DF | 67 | 10 | 0 | 36 | D | 4E | 41 | 40 |
| Octal | 274 | 337 | 147 | 20 | 0 | 66 | 15 | 116 | 101 | 100 |
| Binary | 10111100 | 11011111 | 1100111 | 10000 | 0 | 110110 | 1101 | 1001110 | 1000001 | 1000000 |
Color Harmonies of #BCDF67
Complementary color
Monochromatic Colors of #BCDF67
Black with #BCDF67
Text Example
Text Example
White with #BCDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF67; }
p { color: rgb(188,223,103); }
H1.HeaderClassName
{
color: #BCDF67;
}
.AnyTagClassName
{
color: #BCDF67;
}
</style>
background-color css
<style>
a { background-color: #BCDF67; }
a { background-color: rgb(188,223,103); }
div.DivClassName
{
background-color: #BCDF67;
}
.BgClassName
{
background-color: #BCDF67;
}
</style>
border-color css
<style>
span { border-color: #BCDF67; }
span { border-color: rgb(188,223,103); }
td.TdClassName
{
border-color: #BCDF67;
}
.TagClassName
{
border-color: #BCDF67;
}
</style>