Shades of Conifer #BCF860
Tints of Conifer #BCF860
RGB
CMYK
RGB Variations
Color information
#BCF860 (or 0xBCF860) is known color: Conifer. HEX triplet: BC, F8 and 60. RGB value is (188,248,96). Sum of RGB (Red+Green+Blue) = 188+248+96=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 248 (97.27% from 255 or 46.62% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF860 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF860 is #43079F. Grayscale: #D5D5D5. Windows color (decimal): -4392864 or 6355132. OLE color: 6355132.
HSL color Cylindrical-coordinate representation of color #BCF860: hue angle of 83.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCF860 is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 248 | 96 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.03 |
| HSL | 83.68º | 0.92% | 0.67% | - |
| HSV(B) | 83.68º | 0.61% | 0.97% | - |
| XYZ | 56.42 | 78.67 | 23.28 | - |
| YUV | 212.73 | 62.12 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 248 | 96 | 0.24 | 0 | 0.61 | 0.03 | 83.68 | 0.92 | 0.67 |
| Hex | BC | F8 | 60 | 18 | 0 | 3D | 3 | 54 | 5C | 43 |
| Octal | 274 | 370 | 140 | 30 | 0 | 75 | 3 | 124 | 134 | 103 |
| Binary | 10111100 | 11111000 | 1100000 | 11000 | 0 | 111101 | 11 | 1010100 | 1011100 | 1000011 |
Color Harmonies of #BCF860
Complementary color
Monochromatic Colors of #BCF860
Black with #BCF860
Text Example
Text Example
White with #BCF860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF860; }
p { color: rgb(188,248,96); }
H1.HeaderClassName
{
color: #BCF860;
}
.AnyTagClassName
{
color: #BCF860;
}
</style>
background-color css
<style>
a { background-color: #BCF860; }
a { background-color: rgb(188,248,96); }
div.DivClassName
{
background-color: #BCF860;
}
.BgClassName
{
background-color: #BCF860;
}
</style>
border-color css
<style>
span { border-color: #BCF860; }
span { border-color: rgb(188,248,96); }
td.TdClassName
{
border-color: #BCF860;
}
.TagClassName
{
border-color: #BCF860;
}
</style>