Shades of Conifer #BCDE4D
Tints of Conifer #BCDE4D
RGB
CMYK
RGB Variations
Color information
#BCDE4D (or 0xBCDE4D) is known color: Conifer. HEX triplet: BC, DE and 4D. RGB value is (188,222,77). Sum of RGB (Red+Green+Blue) = 188+222+77=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #BCDE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDE4D is #4321B2. Grayscale: #C3C3C3. Windows color (decimal): -4399539 or 5103292. OLE color: 5103292.
HSL color Cylindrical-coordinate representation of color #BCDE4D: hue angle of 74.07º 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 #BCDE4D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 222 | 77 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.13 |
| HSL | 74.07º | 0.69% | 0.59% | - |
| HSV(B) | 74.07º | 0.65% | 0.87% | - |
| XYZ | 48.2 | 63.47 | 16.73 | - |
| YUV | 195.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 222 | 77 | 0.15 | 0 | 0.65 | 0.13 | 74.07 | 0.69 | 0.59 |
| Hex | BC | DE | 4D | F | 0 | 41 | D | 4A | 45 | 3B |
| Octal | 274 | 336 | 115 | 17 | 0 | 101 | 15 | 112 | 105 | 73 |
| Binary | 10111100 | 11011110 | 1001101 | 1111 | 0 | 1000001 | 1101 | 1001010 | 1000101 | 111011 |
Color Harmonies of #BCDE4D
Complementary color
Monochromatic Colors of #BCDE4D
Black with #BCDE4D
Text Example
Text Example
White with #BCDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDE4D; }
p { color: rgb(188,222,77); }
H1.HeaderClassName
{
color: #BCDE4D;
}
.AnyTagClassName
{
color: #BCDE4D;
}
</style>
background-color css
<style>
a { background-color: #BCDE4D; }
a { background-color: rgb(188,222,77); }
div.DivClassName
{
background-color: #BCDE4D;
}
.BgClassName
{
background-color: #BCDE4D;
}
</style>
border-color css
<style>
span { border-color: #BCDE4D; }
span { border-color: rgb(188,222,77); }
td.TdClassName
{
border-color: #BCDE4D;
}
.TagClassName
{
border-color: #BCDE4D;
}
</style>