Flip a Coin
#ccddcc · one of 31,915 named colors
Flip a Coin is a light, soft green with the hex code #ccddcc. In RGB it is 204 red, 221 green and 204 blue, and black text is most readable on top of it.
Codes
HEX
#ccddccHEX8
#ccddccffRGB
rgb(204, 221, 204)RGBA
rgba(204, 221, 204, 1)RGB %
rgb(80%, 87%, 80%)HSL
hsl(120, 20%, 83%)HSLA
hsla(120, 20%, 83%, 1)Variables
Sass
$flip-a-coin: #ccddcc;Less
@flip-a-coin: #ccddcc;CSS
--flip-a-coin: #ccddcc;