Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Conifer | BDDF4C | #BDDF4C | 189, 223, 76 | 74.12, 87.45, 29.8 | 15.25, 0, 65.92, 12.55 | 73.877551020408, 65.919282511211, 87.450980392157 |
Color #bddf4c is Conifer. In RGB: 74.12, 87.45, 29.8. In CMYK: 15.25, 0, 65.92, 12.55.
div { background: #bddf4c; color: #000; }
div { background: #bddf4c; color: #fff; }
div { background: linear-gradient(to bottom, #A0C32E 0%, #DAFC68 100%); color: #000; }
div { background: linear-gradient(to bottom, #DAFC68 0%, #A0C32E 100%); color: #000; }
div { background: linear-gradient(to bottom, #A0C32E 0%, #DAFC68 100%); color: #fff; }
div { background: linear-gradient(to bottom, #DAFC68 0%, #A0C32E 100%); color: #fff; }
div { border: 1px solid #bddf4c; }
div { border: 5px solid #bddf4c; }
div { border: 1px dashed #bddf4c; }
div { border: 5px dashed #bddf4c; }
div { border: 1px dotted #bddf4c; }
div { border: 5px dotted #bddf4c; }