Shades of Conifer #BCDF56
Tints of Conifer #BCDF56
RGB
CMYK
RGB Variations
Color information
#BCDF56 (or 0xBCDF56) is known color: Conifer. HEX triplet: BC, DF and 56. RGB value is (188,223,86). Sum of RGB (Red+Green+Blue) = 188+223+86=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 86 (33.98% from 255 or 17.30% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF56 is #4320A9. Grayscale: #C5C5C5. Windows color (decimal): -4399274 or 5693372. OLE color: 5693372.
HSL color Cylindrical-coordinate representation of color #BCDF56: hue angle of 75.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCDF56 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 86 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.13 |
| HSL | 75.33º | 0.68% | 0.61% | - |
| HSV(B) | 75.33º | 0.61% | 0.87% | - |
| XYZ | 48.81 | 64.14 | 18.61 | - |
| YUV | 196.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 86 | 0.16 | 0 | 0.61 | 0.13 | 75.33 | 0.68 | 0.61 |
| Hex | BC | DF | 56 | 10 | 0 | 3D | D | 4B | 44 | 3D |
| Octal | 274 | 337 | 126 | 20 | 0 | 75 | 15 | 113 | 104 | 75 |
| Binary | 10111100 | 11011111 | 1010110 | 10000 | 0 | 111101 | 1101 | 1001011 | 1000100 | 111101 |
Color Harmonies of #BCDF56
Complementary color
Monochromatic Colors of #BCDF56
Black with #BCDF56
Text Example
Text Example
White with #BCDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF56; }
p { color: rgb(188,223,86); }
H1.HeaderClassName
{
color: #BCDF56;
}
.AnyTagClassName
{
color: #BCDF56;
}
</style>
background-color css
<style>
a { background-color: #BCDF56; }
a { background-color: rgb(188,223,86); }
div.DivClassName
{
background-color: #BCDF56;
}
.BgClassName
{
background-color: #BCDF56;
}
</style>
border-color css
<style>
span { border-color: #BCDF56; }
span { border-color: rgb(188,223,86); }
td.TdClassName
{
border-color: #BCDF56;
}
.TagClassName
{
border-color: #BCDF56;
}
</style>