Shades of Free Speech Green #06D311
Tints of Free Speech Green #06D311
RGB
CMYK
RGB Variations
Color information
#06D311 (or 0x06D311) is known color: Free Speech Green. HEX triplet: 06, D3 and 11. RGB value is (6,211,17). Sum of RGB (Red+Green+Blue) = 6+211+17=234 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.56% from 234); Green value is 211 (82.81% from 255 or 90.17% from 234); Blue value is 17 (7.03% from 255 or 7.26% from 234); Max value from RGB is 211 - color contains mainly: green. Hex color #06D311 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06D311 is #F92CEE. Grayscale: #808080. Windows color (decimal): -16329967 or 1168134. OLE color: 1168134.
HSL color Cylindrical-coordinate representation of color #06D311: hue angle of 123.22º 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 #06D311 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 6 | 211 | 17 | - |
| CMYK | 0.97 | 0 | 0.92 | 0.17 |
| HSL | 123.22º | 0.94% | 0.43% | - |
| HSV(B) | 123.22º | 0.97% | 0.83% | - |
| XYZ | 23.47 | 46.67 | 8.3 | - |
| YUV | 127.59 | 65.58 | 41.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 211 | 17 | 0.97 | 0 | 0.92 | 0.17 | 123.22 | 0.94 | 0.43 |
| Hex | 6 | D3 | 11 | 61 | 0 | 5C | 11 | 7B | 5E | 2B |
| Octal | 6 | 323 | 21 | 141 | 0 | 134 | 21 | 173 | 136 | 53 |
| Binary | 110 | 11010011 | 10001 | 1100001 | 0 | 1011100 | 10001 | 1111011 | 1011110 | 101011 |
Color Harmonies of #06D311
Complementary color
Monochromatic Colors of #06D311
Black with #06D311
Text Example
Text Example
White with #06D311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06D311; }
p { color: rgb(6,211,17); }
H1.HeaderClassName
{
color: #06D311;
}
.AnyTagClassName
{
color: #06D311;
}
</style>
background-color css
<style>
a { background-color: #06D311; }
a { background-color: rgb(6,211,17); }
div.DivClassName
{
background-color: #06D311;
}
.BgClassName
{
background-color: #06D311;
}
</style>
border-color css
<style>
span { border-color: #06D311; }
span { border-color: rgb(6,211,17); }
td.TdClassName
{
border-color: #06D311;
}
.TagClassName
{
border-color: #06D311;
}
</style>