Shades of Conifer #BCFD4E
Tints of Conifer #BCFD4E
RGB
CMYK
RGB Variations
Color information
#BCFD4E (or 0xBCFD4E) is known color: Conifer. HEX triplet: BC, FD and 4E. RGB value is (188,253,78). Sum of RGB (Red+Green+Blue) = 188+253+78=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 78 (30.86% from 255 or 15.03% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD4E is #4302B1. Grayscale: #D6D6D6. Windows color (decimal): -4391602 or 5176764. OLE color: 5176764.
HSL color Cylindrical-coordinate representation of color #BCFD4E: hue angle of 82.29º degrees, saturation: 0.98, 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 #BCFD4E is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 78 | - |
| CMYK | 0.26 | 0 | 0.69 | 0.01 |
| HSL | 82.29º | 0.98% | 0.65% | - |
| HSV(B) | 82.29º | 0.69% | 0.99% | - |
| XYZ | 57.24 | 81.49 | 19.92 | - |
| YUV | 213.62 | 51.47 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 78 | 0.26 | 0 | 0.69 | 0.01 | 82.29 | 0.98 | 0.65 |
| Hex | BC | FD | 4E | 1A | 0 | 45 | 1 | 52 | 62 | 41 |
| Octal | 274 | 375 | 116 | 32 | 0 | 105 | 1 | 122 | 142 | 101 |
| Binary | 10111100 | 11111101 | 1001110 | 11010 | 0 | 1000101 | 1 | 1010010 | 1100010 | 1000001 |
Color Harmonies of #BCFD4E
Complementary color
Monochromatic Colors of #BCFD4E
Black with #BCFD4E
Text Example
Text Example
White with #BCFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD4E; }
p { color: rgb(188,253,78); }
H1.HeaderClassName
{
color: #BCFD4E;
}
.AnyTagClassName
{
color: #BCFD4E;
}
</style>
background-color css
<style>
a { background-color: #BCFD4E; }
a { background-color: rgb(188,253,78); }
div.DivClassName
{
background-color: #BCFD4E;
}
.BgClassName
{
background-color: #BCFD4E;
}
</style>
border-color css
<style>
span { border-color: #BCFD4E; }
span { border-color: rgb(188,253,78); }
td.TdClassName
{
border-color: #BCFD4E;
}
.TagClassName
{
border-color: #BCFD4E;
}
</style>