Shades of Conifer #BCE15F
Tints of Conifer #BCE15F
RGB
CMYK
RGB Variations
Color information
#BCE15F (or 0xBCE15F) is known color: Conifer. HEX triplet: BC, E1 and 5F. RGB value is (188,225,95). Sum of RGB (Red+Green+Blue) = 188+225+95=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #BCE15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE15F is #431EA0. Grayscale: #C7C7C7. Windows color (decimal): -4398753 or 6283708. OLE color: 6283708.
HSL color Cylindrical-coordinate representation of color #BCE15F: hue angle of 77.08º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCE15F is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 225 | 95 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.12 |
| HSL | 77.08º | 0.68% | 0.63% | - |
| HSV(B) | 77.08º | 0.58% | 0.88% | - |
| XYZ | 49.73 | 65.37 | 20.82 | - |
| YUV | 199.12 | 69.24 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 95 | 0.16 | 0 | 0.58 | 0.12 | 77.08 | 0.68 | 0.63 |
| Hex | BC | E1 | 5F | 10 | 0 | 3A | C | 4D | 44 | 3F |
| Octal | 274 | 341 | 137 | 20 | 0 | 72 | 14 | 115 | 104 | 77 |
| Binary | 10111100 | 11100001 | 1011111 | 10000 | 0 | 111010 | 1100 | 1001101 | 1000100 | 111111 |
Color Harmonies of #BCE15F
Complementary color
Monochromatic Colors of #BCE15F
Black with #BCE15F
Text Example
Text Example
White with #BCE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE15F; }
p { color: rgb(188,225,95); }
H1.HeaderClassName
{
color: #BCE15F;
}
.AnyTagClassName
{
color: #BCE15F;
}
</style>
background-color css
<style>
a { background-color: #BCE15F; }
a { background-color: rgb(188,225,95); }
div.DivClassName
{
background-color: #BCE15F;
}
.BgClassName
{
background-color: #BCE15F;
}
</style>
border-color css
<style>
span { border-color: #BCE15F; }
span { border-color: rgb(188,225,95); }
td.TdClassName
{
border-color: #BCE15F;
}
.TagClassName
{
border-color: #BCE15F;
}
</style>