Shades of Free Speech Green #04CC10
Tints of Free Speech Green #04CC10
RGB
CMYK
RGB Variations
Color information
#04CC10 (or 0x04CC10) is known color: Free Speech Green. HEX triplet: 04, CC and 10. RGB value is (4,204,16). Sum of RGB (Red+Green+Blue) = 4+204+16=224 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 224); Green value is 204 (80.08% from 255 or 91.07% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 204 - color contains mainly: green. Hex color #04CC10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04CC10 is #FB33EF. Grayscale: #7B7B7B. Windows color (decimal): -16462832 or 1100804. OLE color: 1100804.
HSL color Cylindrical-coordinate representation of color #04CC10: hue angle of 123.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CC10 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 4 | 204 | 16 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.2 |
| HSL | 123.6º | 0.96% | 0.41% | - |
| HSV(B) | 123.6º | 0.98% | 0.8% | - |
| XYZ | 21.74 | 43.25 | 7.69 | - |
| YUV | 122.77 | 67.74 | 43.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 204 | 16 | 0.98 | 0 | 0.92 | 0.2 | 123.6 | 0.96 | 0.41 |
| Hex | 4 | CC | 10 | 62 | 0 | 5C | 14 | 7C | 60 | 29 |
| Octal | 4 | 314 | 20 | 142 | 0 | 134 | 24 | 174 | 140 | 51 |
| Binary | 100 | 11001100 | 10000 | 1100010 | 0 | 1011100 | 10100 | 1111100 | 1100000 | 101001 |
Color Harmonies of #04CC10
Complementary color
Monochromatic Colors of #04CC10
Black with #04CC10
Text Example
Text Example
White with #04CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04CC10; }
p { color: rgb(4,204,16); }
H1.HeaderClassName
{
color: #04CC10;
}
.AnyTagClassName
{
color: #04CC10;
}
</style>
background-color css
<style>
a { background-color: #04CC10; }
a { background-color: rgb(4,204,16); }
div.DivClassName
{
background-color: #04CC10;
}
.BgClassName
{
background-color: #04CC10;
}
</style>
border-color css
<style>
span { border-color: #04CC10; }
span { border-color: rgb(4,204,16); }
td.TdClassName
{
border-color: #04CC10;
}
.TagClassName
{
border-color: #04CC10;
}
</style>