Shades of Conifer #BCE85F
Tints of Conifer #BCE85F
RGB
CMYK
RGB Variations
Color information
#BCE85F (or 0xBCE85F) is known color: Conifer. HEX triplet: BC, E8 and 5F. RGB value is (188,232,95). Sum of RGB (Red+Green+Blue) = 188+232+95=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #BCE85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCE85F is #4317A0. Grayscale: #CBCBCB. Windows color (decimal): -4396961 or 6285500. OLE color: 6285500.
HSL color Cylindrical-coordinate representation of color #BCE85F: hue angle of 79.27º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCE85F is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 232 | 95 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.09 |
| HSL | 79.27º | 0.75% | 0.64% | - |
| HSV(B) | 79.27º | 0.59% | 0.91% | - |
| XYZ | 51.66 | 69.23 | 21.47 | - |
| YUV | 203.23 | 66.92 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 95 | 0.19 | 0 | 0.59 | 0.09 | 79.27 | 0.75 | 0.64 |
| Hex | BC | E8 | 5F | 13 | 0 | 3B | 9 | 4F | 4B | 40 |
| Octal | 274 | 350 | 137 | 23 | 0 | 73 | 11 | 117 | 113 | 100 |
| Binary | 10111100 | 11101000 | 1011111 | 10011 | 0 | 111011 | 1001 | 1001111 | 1001011 | 1000000 |
Color Harmonies of #BCE85F
Complementary color
Monochromatic Colors of #BCE85F
Black with #BCE85F
Text Example
Text Example
White with #BCE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE85F; }
p { color: rgb(188,232,95); }
H1.HeaderClassName
{
color: #BCE85F;
}
.AnyTagClassName
{
color: #BCE85F;
}
</style>
background-color css
<style>
a { background-color: #BCE85F; }
a { background-color: rgb(188,232,95); }
div.DivClassName
{
background-color: #BCE85F;
}
.BgClassName
{
background-color: #BCE85F;
}
</style>
border-color css
<style>
span { border-color: #BCE85F; }
span { border-color: rgb(188,232,95); }
td.TdClassName
{
border-color: #BCE85F;
}
.TagClassName
{
border-color: #BCE85F;
}
</style>