Shades of Conifer #BCDD45
Tints of Conifer #BCDD45
RGB
CMYK
RGB Variations
Color information
#BCDD45 (or 0xBCDD45) is known color: Conifer. HEX triplet: BC, DD and 45. RGB value is (188,221,69). Sum of RGB (Red+Green+Blue) = 188+221+69=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 69 (27.34% from 255 or 14.44% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD45 is #4322BA. Grayscale: #C2C2C2. Windows color (decimal): -4399803 or 4578748. OLE color: 4578748.
HSL color Cylindrical-coordinate representation of color #BCDD45: hue angle of 73.03º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCDD45 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 69 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.13 |
| HSL | 73.03º | 0.69% | 0.57% | - |
| HSV(B) | 73.03º | 0.69% | 0.87% | - |
| XYZ | 47.67 | 62.83 | 15.25 | - |
| YUV | 193.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 69 | 0.15 | 0 | 0.69 | 0.13 | 73.03 | 0.69 | 0.57 |
| Hex | BC | DD | 45 | F | 0 | 45 | D | 49 | 45 | 39 |
| Octal | 274 | 335 | 105 | 17 | 0 | 105 | 15 | 111 | 105 | 71 |
| Binary | 10111100 | 11011101 | 1000101 | 1111 | 0 | 1000101 | 1101 | 1001001 | 1000101 | 111001 |
Color Harmonies of #BCDD45
Complementary color
Monochromatic Colors of #BCDD45
Black with #BCDD45
Text Example
Text Example
White with #BCDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD45; }
p { color: rgb(188,221,69); }
H1.HeaderClassName
{
color: #BCDD45;
}
.AnyTagClassName
{
color: #BCDD45;
}
</style>
background-color css
<style>
a { background-color: #BCDD45; }
a { background-color: rgb(188,221,69); }
div.DivClassName
{
background-color: #BCDD45;
}
.BgClassName
{
background-color: #BCDD45;
}
</style>
border-color css
<style>
span { border-color: #BCDD45; }
span { border-color: rgb(188,221,69); }
td.TdClassName
{
border-color: #BCDD45;
}
.TagClassName
{
border-color: #BCDD45;
}
</style>