Shades of Free Speech Green #06D404
Tints of Free Speech Green #06D404
RGB
CMYK
RGB Variations
Color information
#06D404 (or 0x06D404) is known color: Free Speech Green. HEX triplet: 06, D4 and 04. RGB value is (6,212,4). Sum of RGB (Red+Green+Blue) = 6+212+4=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 212 (83.20% from 255 or 95.50% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 212 - color contains mainly: green. Hex color #06D404 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D404 is #F92BFB. Grayscale: #7F7F7F. Windows color (decimal): -16329724 or 316422. OLE color: 316422.
HSL color Cylindrical-coordinate representation of color #06D404: hue angle of 119.42º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06D404 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 212 | 4 | - |
| CMYK | 0.97 | 0 | 0.98 | 0.17 |
| HSL | 119.42º | 0.96% | 0.42% | - |
| HSV(B) | 119.42º | 0.98% | 0.83% | - |
| XYZ | 23.64 | 47.13 | 7.97 | - |
| YUV | 126.69 | 58.75 | 41.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 4 | 0.97 | 0 | 0.98 | 0.17 | 119.42 | 0.96 | 0.42 |
| Hex | 6 | D4 | 4 | 61 | 0 | 62 | 11 | 77 | 60 | 2A |
| Octal | 6 | 324 | 4 | 141 | 0 | 142 | 21 | 167 | 140 | 52 |
| Binary | 110 | 11010100 | 100 | 1100001 | 0 | 1100010 | 10001 | 1110111 | 1100000 | 101010 |
Color Harmonies of #06D404
Complementary color
Monochromatic Colors of #06D404
Black with #06D404
Text Example
Text Example
White with #06D404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D404; }
p { color: rgb(6,212,4); }
H1.HeaderClassName
{
color: #06D404;
}
.AnyTagClassName
{
color: #06D404;
}
</style>
background-color css
<style>
a { background-color: #06D404; }
a { background-color: rgb(6,212,4); }
div.DivClassName
{
background-color: #06D404;
}
.BgClassName
{
background-color: #06D404;
}
</style>
border-color css
<style>
span { border-color: #06D404; }
span { border-color: rgb(6,212,4); }
td.TdClassName
{
border-color: #06D404;
}
.TagClassName
{
border-color: #06D404;
}
</style>