Shades of Conifer #BCDF68
Tints of Conifer #BCDF68
RGB
CMYK
RGB Variations
Color information
#BCDF68 (or 0xBCDF68) is known color: Conifer. HEX triplet: BC, DF and 68. RGB value is (188,223,104). Sum of RGB (Red+Green+Blue) = 188+223+104=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF68 is #432097. Grayscale: #C7C7C7. Windows color (decimal): -4399256 or 6873020. OLE color: 6873020.
HSL color Cylindrical-coordinate representation of color #BCDF68: hue angle of 77.65º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCDF68 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 104 | - |
| CMYK | 0.16 | 0 | 0.53 | 0.13 |
| HSL | 77.65º | 0.65% | 0.64% | - |
| HSV(B) | 77.65º | 0.53% | 0.87% | - |
| XYZ | 49.63 | 64.47 | 22.92 | - |
| YUV | 198.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 104 | 0.16 | 0 | 0.53 | 0.13 | 77.65 | 0.65 | 0.64 |
| Hex | BC | DF | 68 | 10 | 0 | 35 | D | 4E | 41 | 40 |
| Octal | 274 | 337 | 150 | 20 | 0 | 65 | 15 | 116 | 101 | 100 |
| Binary | 10111100 | 11011111 | 1101000 | 10000 | 0 | 110101 | 1101 | 1001110 | 1000001 | 1000000 |
Color Harmonies of #BCDF68
Complementary color
Monochromatic Colors of #BCDF68
Black with #BCDF68
Text Example
Text Example
White with #BCDF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF68; }
p { color: rgb(188,223,104); }
H1.HeaderClassName
{
color: #BCDF68;
}
.AnyTagClassName
{
color: #BCDF68;
}
</style>
background-color css
<style>
a { background-color: #BCDF68; }
a { background-color: rgb(188,223,104); }
div.DivClassName
{
background-color: #BCDF68;
}
.BgClassName
{
background-color: #BCDF68;
}
</style>
border-color css
<style>
span { border-color: #BCDF68; }
span { border-color: rgb(188,223,104); }
td.TdClassName
{
border-color: #BCDF68;
}
.TagClassName
{
border-color: #BCDF68;
}
</style>