Shades of Conifer #BCF456
Tints of Conifer #BCF456
RGB
CMYK
RGB Variations
Color information
#BCF456 (or 0xBCF456) is known color: Conifer. HEX triplet: BC, F4 and 56. RGB value is (188,244,86). Sum of RGB (Red+Green+Blue) = 188+244+86=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF456 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF456 is #430BA9. Grayscale: #D1D1D1. Windows color (decimal): -4393898 or 5698748. OLE color: 5698748.
HSL color Cylindrical-coordinate representation of color #BCF456: hue angle of 81.27º degrees, saturation: 0.88, 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 #BCF456 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 86 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.04 |
| HSL | 81.27º | 0.88% | 0.65% | - |
| HSV(B) | 81.27º | 0.65% | 0.96% | - |
| XYZ | 54.77 | 76.06 | 20.6 | - |
| YUV | 209.24 | 58.45 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 86 | 0.23 | 0 | 0.65 | 0.04 | 81.27 | 0.88 | 0.65 |
| Hex | BC | F4 | 56 | 17 | 0 | 41 | 4 | 51 | 58 | 41 |
| Octal | 274 | 364 | 126 | 27 | 0 | 101 | 4 | 121 | 130 | 101 |
| Binary | 10111100 | 11110100 | 1010110 | 10111 | 0 | 1000001 | 100 | 1010001 | 1011000 | 1000001 |
Color Harmonies of #BCF456
Complementary color
Monochromatic Colors of #BCF456
Black with #BCF456
Text Example
Text Example
White with #BCF456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF456; }
p { color: rgb(188,244,86); }
H1.HeaderClassName
{
color: #BCF456;
}
.AnyTagClassName
{
color: #BCF456;
}
</style>
background-color css
<style>
a { background-color: #BCF456; }
a { background-color: rgb(188,244,86); }
div.DivClassName
{
background-color: #BCF456;
}
.BgClassName
{
background-color: #BCF456;
}
</style>
border-color css
<style>
span { border-color: #BCF456; }
span { border-color: rgb(188,244,86); }
td.TdClassName
{
border-color: #BCF456;
}
.TagClassName
{
border-color: #BCF456;
}
</style>