Shades of Free Speech Green #04CE16
Tints of Free Speech Green #04CE16
RGB
CMYK
RGB Variations
Color information
#04CE16 (or 0x04CE16) is known color: Free Speech Green. HEX triplet: 04, CE and 16. RGB value is (4,206,22). Sum of RGB (Red+Green+Blue) = 4+206+22=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 206 (80.86% from 255 or 88.79% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 206 - color contains mainly: green. Hex color #04CE16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CE16 is #FB31E9. Grayscale: #7D7D7D. Windows color (decimal): -16462314 or 1494532. OLE color: 1494532.
HSL color Cylindrical-coordinate representation of color #04CE16: hue angle of 125.35º 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 #04CE16 is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 206 | 22 | - |
| CMYK | 0.98 | 0 | 0.89 | 0.19 |
| HSL | 125.35º | 0.96% | 0.41% | - |
| HSV(B) | 125.35º | 0.98% | 0.81% | - |
| XYZ | 22.27 | 44.23 | 8.12 | - |
| YUV | 124.63 | 70.08 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 206 | 22 | 0.98 | 0 | 0.89 | 0.19 | 125.35 | 0.96 | 0.41 |
| Hex | 4 | CE | 16 | 62 | 0 | 59 | 13 | 7D | 60 | 29 |
| Octal | 4 | 316 | 26 | 142 | 0 | 131 | 23 | 175 | 140 | 51 |
| Binary | 100 | 11001110 | 10110 | 1100010 | 0 | 1011001 | 10011 | 1111101 | 1100000 | 101001 |
Color Harmonies of #04CE16
Complementary color
Monochromatic Colors of #04CE16
Black with #04CE16
Text Example
Text Example
White with #04CE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CE16; }
p { color: rgb(4,206,22); }
H1.HeaderClassName
{
color: #04CE16;
}
.AnyTagClassName
{
color: #04CE16;
}
</style>
background-color css
<style>
a { background-color: #04CE16; }
a { background-color: rgb(4,206,22); }
div.DivClassName
{
background-color: #04CE16;
}
.BgClassName
{
background-color: #04CE16;
}
</style>
border-color css
<style>
span { border-color: #04CE16; }
span { border-color: rgb(4,206,22); }
td.TdClassName
{
border-color: #04CE16;
}
.TagClassName
{
border-color: #04CE16;
}
</style>