Shades of Conifer #BCF457
Tints of Conifer #BCF457
RGB
CMYK
RGB Variations
Color information
#BCF457 (or 0xBCF457) is known color: Conifer. HEX triplet: BC, F4 and 57. RGB value is (188,244,87). Sum of RGB (Red+Green+Blue) = 188+244+87=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF457 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF457 is #430BA8. Grayscale: #D1D1D1. Windows color (decimal): -4393897 or 5764284. OLE color: 5764284.
HSL color Cylindrical-coordinate representation of color #BCF457: hue angle of 81.4º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCF457 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 87 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.04 |
| HSL | 81.4º | 0.88% | 0.65% | - |
| HSV(B) | 81.4º | 0.64% | 0.96% | - |
| XYZ | 54.81 | 76.08 | 20.81 | - |
| YUV | 209.36 | 58.95 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 87 | 0.23 | 0 | 0.64 | 0.04 | 81.4 | 0.88 | 0.65 |
| Hex | BC | F4 | 57 | 17 | 0 | 40 | 4 | 51 | 58 | 41 |
| Octal | 274 | 364 | 127 | 27 | 0 | 100 | 4 | 121 | 130 | 101 |
| Binary | 10111100 | 11110100 | 1010111 | 10111 | 0 | 1000000 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BCF457
Complementary color
Monochromatic Colors of #BCF457
Black with #BCF457
Text Example
Text Example
White with #BCF457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF457; }
p { color: rgb(188,244,87); }
H1.HeaderClassName
{
color: #BCF457;
}
.AnyTagClassName
{
color: #BCF457;
}
</style>
background-color css
<style>
a { background-color: #BCF457; }
a { background-color: rgb(188,244,87); }
div.DivClassName
{
background-color: #BCF457;
}
.BgClassName
{
background-color: #BCF457;
}
</style>
border-color css
<style>
span { border-color: #BCF457; }
span { border-color: rgb(188,244,87); }
td.TdClassName
{
border-color: #BCF457;
}
.TagClassName
{
border-color: #BCF457;
}
</style>