Shades of Conifer #BCF057
Tints of Conifer #BCF057
RGB
CMYK
RGB Variations
Color information
#BCF057 (or 0xBCF057) is known color: Conifer. HEX triplet: BC, F0 and 57. RGB value is (188,240,87). Sum of RGB (Red+Green+Blue) = 188+240+87=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 240 (94.14% from 255 or 46.60% from 515); Blue value is 87 (34.38% from 255 or 16.89% from 515); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF057 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF057 is #430FA8. Grayscale: #CFCFCF. Windows color (decimal): -4394921 or 5763260. OLE color: 5763260.
HSL color Cylindrical-coordinate representation of color #BCF057: hue angle of 80.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF057 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 87 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.06 |
| HSL | 80.39º | 0.84% | 0.64% | - |
| HSV(B) | 80.39º | 0.64% | 0.94% | - |
| XYZ | 53.62 | 73.7 | 20.42 | - |
| YUV | 207.01 | 60.27 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 87 | 0.22 | 0 | 0.64 | 0.06 | 80.39 | 0.84 | 0.64 |
| Hex | BC | F0 | 57 | 16 | 0 | 40 | 6 | 50 | 54 | 40 |
| Octal | 274 | 360 | 127 | 26 | 0 | 100 | 6 | 120 | 124 | 100 |
| Binary | 10111100 | 11110000 | 1010111 | 10110 | 0 | 1000000 | 110 | 1010000 | 1010100 | 1000000 |
Color Harmonies of #BCF057
Complementary color
Monochromatic Colors of #BCF057
Black with #BCF057
Text Example
Text Example
White with #BCF057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF057; }
p { color: rgb(188,240,87); }
H1.HeaderClassName
{
color: #BCF057;
}
.AnyTagClassName
{
color: #BCF057;
}
</style>
background-color css
<style>
a { background-color: #BCF057; }
a { background-color: rgb(188,240,87); }
div.DivClassName
{
background-color: #BCF057;
}
.BgClassName
{
background-color: #BCF057;
}
</style>
border-color css
<style>
span { border-color: #BCF057; }
span { border-color: rgb(188,240,87); }
td.TdClassName
{
border-color: #BCF057;
}
.TagClassName
{
border-color: #BCF057;
}
</style>