Shades of Free Speech Green #04CE05
Tints of Free Speech Green #04CE05
RGB
CMYK
RGB Variations
Color information
#04CE05 (or 0x04CE05) is known color: Free Speech Green. HEX triplet: 04, CE and 05. RGB value is (4,206,5). Sum of RGB (Red+Green+Blue) = 4+206+5=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 206 (80.86% from 255 or 95.81% from 215); Blue value is 5 (2.34% from 255 or 2.33% from 215); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE05 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CE05 is #FB31FA. Grayscale: #7B7B7B. Windows color (decimal): -16462331 or 380420. OLE color: 380420.
HSL color Cylindrical-coordinate representation of color #04CE05: hue angle of 120.3º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CE05 is Cyan = 0.98, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 5 | - |
| CMYK | 0.98 | 0 | 0.98 | 0.19 |
| HSL | 120.3º | 0.96% | 0.41% | - |
| HSV(B) | 120.3º | 0.98% | 0.81% | - |
| XYZ | 22.15 | 44.18 | 7.5 | - |
| YUV | 122.69 | 61.58 | 43.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 5 | 0.98 | 0 | 0.98 | 0.19 | 120.3 | 0.96 | 0.41 |
| Hex | 4 | CE | 5 | 62 | 0 | 62 | 13 | 78 | 60 | 29 |
| Octal | 4 | 316 | 5 | 142 | 0 | 142 | 23 | 170 | 140 | 51 |
| Binary | 100 | 11001110 | 101 | 1100010 | 0 | 1100010 | 10011 | 1111000 | 1100000 | 101001 |
Color Harmonies of #04CE05
Complementary color
Monochromatic Colors of #04CE05
Black with #04CE05
Text Example
Text Example
White with #04CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE05; }
p { color: rgb(4,206,5); }
H1.HeaderClassName
{
color: #04CE05;
}
.AnyTagClassName
{
color: #04CE05;
}
</style>
background-color css
<style>
a { background-color: #04CE05; }
a { background-color: rgb(4,206,5); }
div.DivClassName
{
background-color: #04CE05;
}
.BgClassName
{
background-color: #04CE05;
}
</style>
border-color css
<style>
span { border-color: #04CE05; }
span { border-color: rgb(4,206,5); }
td.TdClassName
{
border-color: #04CE05;
}
.TagClassName
{
border-color: #04CE05;
}
</style>