Shades of Free Speech Green #06D411
Tints of Free Speech Green #06D411
RGB
CMYK
RGB Variations
Color information
#06D411 (or 0x06D411) is known color: Free Speech Green. HEX triplet: 06, D4 and 11. RGB value is (6,212,17). Sum of RGB (Red+Green+Blue) = 6+212+17=235 (31% of max value = 765). Red value is 6 (2.73% from 255 or 2.55% from 235); Green value is 212 (83.20% from 255 or 90.21% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 212 - color contains mainly: green. Hex color #06D411 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D411 is #F92BEE. Grayscale: #808080. Windows color (decimal): -16329711 or 1168390. OLE color: 1168390.
HSL color Cylindrical-coordinate representation of color #06D411: hue angle of 123.2º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06D411 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 212 | 17 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.17 |
| HSL | 123.2º | 0.94% | 0.43% | - |
| HSV(B) | 123.2º | 0.97% | 0.83% | - |
| XYZ | 23.72 | 47.17 | 8.38 | - |
| YUV | 128.18 | 65.25 | 40.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 212 | 17 | 0.97 | 0 | 0.92 | 0.17 | 123.2 | 0.94 | 0.43 |
| Hex | 6 | D4 | 11 | 61 | 0 | 5C | 11 | 7B | 5E | 2B |
| Octal | 6 | 324 | 21 | 141 | 0 | 134 | 21 | 173 | 136 | 53 |
| Binary | 110 | 11010100 | 10001 | 1100001 | 0 | 1011100 | 10001 | 1111011 | 1011110 | 101011 |
Color Harmonies of #06D411
Complementary color
Monochromatic Colors of #06D411
Black with #06D411
Text Example
Text Example
White with #06D411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D411; }
p { color: rgb(6,212,17); }
H1.HeaderClassName
{
color: #06D411;
}
.AnyTagClassName
{
color: #06D411;
}
</style>
background-color css
<style>
a { background-color: #06D411; }
a { background-color: rgb(6,212,17); }
div.DivClassName
{
background-color: #06D411;
}
.BgClassName
{
background-color: #06D411;
}
</style>
border-color css
<style>
span { border-color: #06D411; }
span { border-color: rgb(6,212,17); }
td.TdClassName
{
border-color: #06D411;
}
.TagClassName
{
border-color: #06D411;
}
</style>