Shades of Conifer #BCDD5E
Tints of Conifer #BCDD5E
RGB
CMYK
RGB Variations
Color information
#BCDD5E (or 0xBCDD5E) is known color: Conifer. HEX triplet: BC, DD and 5E. RGB value is (188,221,94). Sum of RGB (Red+Green+Blue) = 188+221+94=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD5E is #4322A1. Grayscale: #C5C5C5. Windows color (decimal): -4399778 or 6217148. OLE color: 6217148.
HSL color Cylindrical-coordinate representation of color #BCDD5E: hue angle of 75.59º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCDD5E is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 94 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.13 |
| HSL | 75.59º | 0.65% | 0.62% | - |
| HSV(B) | 75.59º | 0.57% | 0.87% | - |
| XYZ | 48.62 | 63.21 | 20.23 | - |
| YUV | 196.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 94 | 0.15 | 0 | 0.57 | 0.13 | 75.59 | 0.65 | 0.62 |
| Hex | BC | DD | 5E | F | 0 | 39 | D | 4C | 41 | 3E |
| Octal | 274 | 335 | 136 | 17 | 0 | 71 | 15 | 114 | 101 | 76 |
| Binary | 10111100 | 11011101 | 1011110 | 1111 | 0 | 111001 | 1101 | 1001100 | 1000001 | 111110 |
Color Harmonies of #BCDD5E
Complementary color
Monochromatic Colors of #BCDD5E
Black with #BCDD5E
Text Example
Text Example
White with #BCDD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD5E; }
p { color: rgb(188,221,94); }
H1.HeaderClassName
{
color: #BCDD5E;
}
.AnyTagClassName
{
color: #BCDD5E;
}
</style>
background-color css
<style>
a { background-color: #BCDD5E; }
a { background-color: rgb(188,221,94); }
div.DivClassName
{
background-color: #BCDD5E;
}
.BgClassName
{
background-color: #BCDD5E;
}
</style>
border-color css
<style>
span { border-color: #BCDD5E; }
span { border-color: rgb(188,221,94); }
td.TdClassName
{
border-color: #BCDD5E;
}
.TagClassName
{
border-color: #BCDD5E;
}
</style>