Shades of Conifer #BCFC4E
Tints of Conifer #BCFC4E
RGB
CMYK
RGB Variations
Color information
#BCFC4E (or 0xBCFC4E) is known color: Conifer. HEX triplet: BC, FC and 4E. RGB value is (188,252,78). Sum of RGB (Red+Green+Blue) = 188+252+78=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC4E is #4303B1. Grayscale: #D5D5D5. Windows color (decimal): -4391858 or 5176508. OLE color: 5176508.
HSL color Cylindrical-coordinate representation of color #BCFC4E: hue angle of 82.07º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCFC4E is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 78 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.01 |
| HSL | 82.07º | 0.97% | 0.65% | - |
| HSV(B) | 82.07º | 0.69% | 0.99% | - |
| XYZ | 56.92 | 80.86 | 19.82 | - |
| YUV | 213.03 | 51.8 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 78 | 0.25 | 0 | 0.69 | 0.01 | 82.07 | 0.97 | 0.65 |
| Hex | BC | FC | 4E | 19 | 0 | 45 | 1 | 52 | 61 | 41 |
| Octal | 274 | 374 | 116 | 31 | 0 | 105 | 1 | 122 | 141 | 101 |
| Binary | 10111100 | 11111100 | 1001110 | 11001 | 0 | 1000101 | 1 | 1010010 | 1100001 | 1000001 |
Color Harmonies of #BCFC4E
Complementary color
Monochromatic Colors of #BCFC4E
Black with #BCFC4E
Text Example
Text Example
White with #BCFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC4E; }
p { color: rgb(188,252,78); }
H1.HeaderClassName
{
color: #BCFC4E;
}
.AnyTagClassName
{
color: #BCFC4E;
}
</style>
background-color css
<style>
a { background-color: #BCFC4E; }
a { background-color: rgb(188,252,78); }
div.DivClassName
{
background-color: #BCFC4E;
}
.BgClassName
{
background-color: #BCFC4E;
}
</style>
border-color css
<style>
span { border-color: #BCFC4E; }
span { border-color: rgb(188,252,78); }
td.TdClassName
{
border-color: #BCFC4E;
}
.TagClassName
{
border-color: #BCFC4E;
}
</style>