@mia Do you know industrial goths? Their main color, besides the usual ones. Very toxic. The visual equivalent of radio activity. (#00FF00)
@germantr Verde Lima (#00FF00) que es imposible pasar a CMYK sin una tinta neon o fluor y estoy volviendome loco porque los programas me dicen una cosa, y los texto sobre el color (Que es bastante habitual) otra.
Y eso me lleva... ¿Qué negro enriquecido le pongo a ese verde eléctrico? y así estamos... xD
CSS sandbox test: If everything turns green, you need to use shadow DOM or iframes or something.
(If nothing seems odd, that's normal. I don't actually know if any other server /doesn't/ strip style tags from incoming posts.)
i hate medium enough as it is without somebody deciding it would be cool to have their page background be #00FF00 green
Barva "limetka" má RGB kód #00FF00, tedy to je čistá zelená bez jakýchkoli přídavků.
pixel 10,10 #00FF00
That's assuming we've got something like
:root {
--primary: #00FF00;
}
Today's project is experimenting with custom elements. The goal is to use a charting library like this.
```
<h2>Chart Test</h2>
<chart-bubble>
<canvas></canvas>
<data-source label="Label 1" color="#FF0000" src="/some/path/1"></data-source>
<data-source label="Label 2" color="#00FF00" src="/some/path/2"></data-source>
</chart-bubble>
```
@eniko good question...
Personally, I usually do smaller pallets, but consider looking at some inspiring colours bots and games.
Maybe start with the absolute basics.
#000000 (black)
#00FF00 (green)
#FF8000 (amber)
#FFFFFF (white)
#FF0000 (red)
#0000FF (blue)
#FFFF00 (yellow)
#FF00FF (pink)
#00FFFF (turquise)
#808080 (mid grey)
And maybe look at existing pallets like #RAL classic, which are 216 more colours to go with...
Not just industrial colours tho...
How to Install and Setup MinIO Object Storage on Ubuntu or Debian Linux
In this article, we will see how to install and setup MinIO Object Storage on Ubuntu or Debian Linux. MinIO is a free and open source object storage solution compatible with Amazon S3 (Simple Storage Service) API and support all its core S3 features, thus making it easy to integrate into applications that already use AWS S3. MinIO is built for unstructured data storage, such as photos, videos, log files, backups, and container images, and is widely used for cloud-native applications. Even […]How to Install bunzip2 on Ubuntu or Debian Linux
In this article, we will see how to install bunzip2 on Ubuntu or Debian Linux. bunzip2 is a free and open source command line tool to decompress files compressed using the bzip2(.bz2) compression format. Since it is shipped with bzip2 package, to install this tool you have to install bzip2 package. Well the good news is that this package can be easily installed in almost all the famous platforms such as Windows, Linux and macOS. Here we will see steps to install bunzip2 on Ubuntu or Debian […]https://www.ubuntu-server.com/ubuntu/how-to-install-bunzip2-on-ubuntu-or-debian-linux/
How to Install Restic backup tool on Ubuntu/Debian Linux
In this article, we will see how to install restic backup tool on Ubuntu/Debian based linux systems. Restic is a free and open source, cross platform backup tool designed to create and manage backups efficiently and securely on multiple types of storage backends including Amazon, Google and Microsoft cloud storages. It can take backup of files, directories and even entire filesystems and store it in different cloud storage services. Similarly, it can also restore data from those cloud […]https://www.ubuntu-server.com/ubuntu/how-to-install-restic-backup-tool-on-ubuntu-debian-linux/
How to Install Google Cloud AI Python client library to interact with Vertex AI
In this article, we will see how to install google cloud AI Python client library to interact with Vertex AI programmatically. If you are looking to interact with Vertex AI using python programming language then Google Cloud provides an AI Platform Python client library that you can install and use for this purpose. This client library would allow you to train machine learning models using custom training jobs or pre-built algorithms. It will also allow you to deploy trained models as REST […]How to Install Google Cloud BigQuery Python client library on Linux
In this article, we will see how to Install Google Cloud BigQuery Python client library in python environment on Linux. If you are looking to interact with Google Cloud BigQuery service using python programming language then you are going to need google-cloud-bigquery client library. This library helps you interact with BigQuery programmatically. You can easily manage bigquery datasets, tables and jobs using this client library. You can also execute SQL queries on datasets stored in […]