Shades of Conifer #BCF556
Tints of Conifer #BCF556
RGB
CMYK
RGB Variations
Color information
#BCF556 (or 0xBCF556) is known color: Conifer. HEX triplet: BC, F5 and 56. RGB value is (188,245,86). Sum of RGB (Red+Green+Blue) = 188+245+86=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF556 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF556 is #430AA9. Grayscale: #D2D2D2. Windows color (decimal): -4393642 or 5699004. OLE color: 5699004.
HSL color Cylindrical-coordinate representation of color #BCF556: hue angle of 81.51º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCF556 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 86 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.04 |
| HSL | 81.51º | 0.89% | 0.65% | - |
| HSV(B) | 81.51º | 0.65% | 0.96% | - |
| XYZ | 55.07 | 76.67 | 20.7 | - |
| YUV | 209.83 | 58.12 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 86 | 0.23 | 0 | 0.65 | 0.04 | 81.51 | 0.89 | 0.65 |
| Hex | BC | F5 | 56 | 17 | 0 | 41 | 4 | 52 | 59 | 41 |
| Octal | 274 | 365 | 126 | 27 | 0 | 101 | 4 | 122 | 131 | 101 |
| Binary | 10111100 | 11110101 | 1010110 | 10111 | 0 | 1000001 | 100 | 1010010 | 1011001 | 1000001 |
Color Harmonies of #BCF556
Complementary color
Monochromatic Colors of #BCF556
Black with #BCF556
Text Example
Text Example
White with #BCF556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF556; }
p { color: rgb(188,245,86); }
H1.HeaderClassName
{
color: #BCF556;
}
.AnyTagClassName
{
color: #BCF556;
}
</style>
background-color css
<style>
a { background-color: #BCF556; }
a { background-color: rgb(188,245,86); }
div.DivClassName
{
background-color: #BCF556;
}
.BgClassName
{
background-color: #BCF556;
}
</style>
border-color css
<style>
span { border-color: #BCF556; }
span { border-color: rgb(188,245,86); }
td.TdClassName
{
border-color: #BCF556;
}
.TagClassName
{
border-color: #BCF556;
}
</style>