Shades of Free Speech Green #04D212
Tints of Free Speech Green #04D212
RGB
CMYK
RGB Variations
Color information
#04D212 (or 0x04D212) is known color: Free Speech Green. HEX triplet: 04, D2 and 12. RGB value is (4,210,18). Sum of RGB (Red+Green+Blue) = 4+210+18=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 210 (82.42% from 255 or 90.52% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 210 - color contains mainly: green. Hex color #04D212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04D212 is #FB2DED. Grayscale: #7F7F7F. Windows color (decimal): -16461294 or 1233412. OLE color: 1233412.
HSL color Cylindrical-coordinate representation of color #04D212: hue angle of 124.08º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D212 is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 4 | 210 | 18 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.18 |
| HSL | 124.08º | 0.96% | 0.42% | - |
| HSV(B) | 124.08º | 0.98% | 0.82% | - |
| XYZ | 23.21 | 46.16 | 8.26 | - |
| YUV | 126.52 | 66.75 | 40.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 210 | 18 | 0.98 | 0 | 0.91 | 0.18 | 124.08 | 0.96 | 0.42 |
| Hex | 4 | D2 | 12 | 62 | 0 | 5B | 12 | 7C | 60 | 2A |
| Octal | 4 | 322 | 22 | 142 | 0 | 133 | 22 | 174 | 140 | 52 |
| Binary | 100 | 11010010 | 10010 | 1100010 | 0 | 1011011 | 10010 | 1111100 | 1100000 | 101010 |
Color Harmonies of #04D212
Complementary color
Monochromatic Colors of #04D212
Black with #04D212
Text Example
Text Example
White with #04D212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04D212; }
p { color: rgb(4,210,18); }
H1.HeaderClassName
{
color: #04D212;
}
.AnyTagClassName
{
color: #04D212;
}
</style>
background-color css
<style>
a { background-color: #04D212; }
a { background-color: rgb(4,210,18); }
div.DivClassName
{
background-color: #04D212;
}
.BgClassName
{
background-color: #04D212;
}
</style>
border-color css
<style>
span { border-color: #04D212; }
span { border-color: rgb(4,210,18); }
td.TdClassName
{
border-color: #04D212;
}
.TagClassName
{
border-color: #04D212;
}
</style>