Shades of Conifer #BCDD4D
Tints of Conifer #BCDD4D
RGB
CMYK
RGB Variations
Color information
#BCDD4D (or 0xBCDD4D) is known color: Conifer. HEX triplet: BC, DD and 4D. RGB value is (188,221,77). Sum of RGB (Red+Green+Blue) = 188+221+77=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD4D is #4322B2. Grayscale: #C3C3C3. Windows color (decimal): -4399795 or 5103036. OLE color: 5103036.
HSL color Cylindrical-coordinate representation of color #BCDD4D: hue angle of 73.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCDD4D is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 77 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.13 |
| HSL | 73.75º | 0.68% | 0.58% | - |
| HSV(B) | 73.75º | 0.65% | 0.87% | - |
| XYZ | 47.94 | 62.94 | 16.64 | - |
| YUV | 194.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 77 | 0.15 | 0 | 0.65 | 0.13 | 73.75 | 0.68 | 0.58 |
| Hex | BC | DD | 4D | F | 0 | 41 | D | 4A | 44 | 3A |
| Octal | 274 | 335 | 115 | 17 | 0 | 101 | 15 | 112 | 104 | 72 |
| Binary | 10111100 | 11011101 | 1001101 | 1111 | 0 | 1000001 | 1101 | 1001010 | 1000100 | 111010 |
Color Harmonies of #BCDD4D
Complementary color
Monochromatic Colors of #BCDD4D
Black with #BCDD4D
Text Example
Text Example
White with #BCDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD4D; }
p { color: rgb(188,221,77); }
H1.HeaderClassName
{
color: #BCDD4D;
}
.AnyTagClassName
{
color: #BCDD4D;
}
</style>
background-color css
<style>
a { background-color: #BCDD4D; }
a { background-color: rgb(188,221,77); }
div.DivClassName
{
background-color: #BCDD4D;
}
.BgClassName
{
background-color: #BCDD4D;
}
</style>
border-color css
<style>
span { border-color: #BCDD4D; }
span { border-color: rgb(188,221,77); }
td.TdClassName
{
border-color: #BCDD4D;
}
.TagClassName
{
border-color: #BCDD4D;
}
</style>