Shades of Conifer #BCDF4E
Tints of Conifer #BCDF4E
RGB
CMYK
RGB Variations
Color information
#BCDF4E (or 0xBCDF4E) is known color: Conifer. HEX triplet: BC, DF and 4E. RGB value is (188,223,78). Sum of RGB (Red+Green+Blue) = 188+223+78=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF4E is #4320B1. Grayscale: #C4C4C4. Windows color (decimal): -4399282 or 5169084. OLE color: 5169084.
HSL color Cylindrical-coordinate representation of color #BCDF4E: hue angle of 74.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCDF4E is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 223 | 78 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.13 |
| HSL | 74.48º | 0.69% | 0.59% | - |
| HSV(B) | 74.48º | 0.65% | 0.87% | - |
| XYZ | 48.5 | 64.02 | 17.01 | - |
| YUV | 196.01 | 61.4 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 223 | 78 | 0.16 | 0 | 0.65 | 0.13 | 74.48 | 0.69 | 0.59 |
| Hex | BC | DF | 4E | 10 | 0 | 41 | D | 4A | 45 | 3B |
| Octal | 274 | 337 | 116 | 20 | 0 | 101 | 15 | 112 | 105 | 73 |
| Binary | 10111100 | 11011111 | 1001110 | 10000 | 0 | 1000001 | 1101 | 1001010 | 1000101 | 111011 |
Color Harmonies of #BCDF4E
Complementary color
Monochromatic Colors of #BCDF4E
Black with #BCDF4E
Text Example
Text Example
White with #BCDF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDF4E; }
p { color: rgb(188,223,78); }
H1.HeaderClassName
{
color: #BCDF4E;
}
.AnyTagClassName
{
color: #BCDF4E;
}
</style>
background-color css
<style>
a { background-color: #BCDF4E; }
a { background-color: rgb(188,223,78); }
div.DivClassName
{
background-color: #BCDF4E;
}
.BgClassName
{
background-color: #BCDF4E;
}
</style>
border-color css
<style>
span { border-color: #BCDF4E; }
span { border-color: rgb(188,223,78); }
td.TdClassName
{
border-color: #BCDF4E;
}
.TagClassName
{
border-color: #BCDF4E;
}
</style>