Shades of Conifer #BCF560
Tints of Conifer #BCF560
RGB
CMYK
RGB Variations
Color information
#BCF560 (or 0xBCF560) is known color: Conifer. HEX triplet: BC, F5 and 60. RGB value is (188,245,96). Sum of RGB (Red+Green+Blue) = 188+245+96=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF560 is #430A9F. Grayscale: #D3D3D3. Windows color (decimal): -4393632 or 6354364. OLE color: 6354364.
HSL color Cylindrical-coordinate representation of color #BCF560: hue angle of 82.95º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF560 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 96 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.04 |
| HSL | 82.95º | 0.88% | 0.67% | - |
| HSV(B) | 82.95º | 0.61% | 0.96% | - |
| XYZ | 55.5 | 76.84 | 22.97 | - |
| YUV | 210.97 | 63.12 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 96 | 0.23 | 0 | 0.61 | 0.04 | 82.95 | 0.88 | 0.67 |
| Hex | BC | F5 | 60 | 17 | 0 | 3D | 4 | 53 | 58 | 43 |
| Octal | 274 | 365 | 140 | 27 | 0 | 75 | 4 | 123 | 130 | 103 |
| Binary | 10111100 | 11110101 | 1100000 | 10111 | 0 | 111101 | 100 | 1010011 | 1011000 | 1000011 |
Color Harmonies of #BCF560
Complementary color
Monochromatic Colors of #BCF560
Black with #BCF560
Text Example
Text Example
White with #BCF560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF560; }
p { color: rgb(188,245,96); }
H1.HeaderClassName
{
color: #BCF560;
}
.AnyTagClassName
{
color: #BCF560;
}
</style>
background-color css
<style>
a { background-color: #BCF560; }
a { background-color: rgb(188,245,96); }
div.DivClassName
{
background-color: #BCF560;
}
.BgClassName
{
background-color: #BCF560;
}
</style>
border-color css
<style>
span { border-color: #BCF560; }
span { border-color: rgb(188,245,96); }
td.TdClassName
{
border-color: #BCF560;
}
.TagClassName
{
border-color: #BCF560;
}
</style>